







It turns out we've all been using MCP wrong. Most agents today use MCP by exposing the "tools" directly to the LLM. We tried something different: Convert the MCP tools into a TypeScript API, and then ask an LLM to write code that calls that API. The results are striking.
openclaw/mcporter
Call MCPs via TypeScript, masquerading as simple TypeScript API. Or package them as cli.
Pietro on Twitter / X
Recently, Anthropic https://t.co/v9hnbaLCmG and Cloudflare https://t.co/JBb6SexF8N released two blog posts that discuss a more efficient way for agents to interact with MCP servers, called Code Mode.There are three key issues when agents interact with MCP servers traditionally:… pic.twitter.com/hfUocpe6kV— Pietro (@pietrozullo) November 20, 2025
Introducing our Dev Mode MCP server: Bringing Figma into your workflow | Figma Blog
Today we’re announcing the beta release of the Dev Mode MCP server, which brings Figma directly into the developer workflow to help LLMs achieve design-informed code generation.

Full Spec MCP: Hidden Capabilities of the MCP spec — Harald Kirschner, Microsoft/VSCode
Victor M on Twitter / X
llama.cpp UI now has MCP support 🔥Working super well, make sure you are up to date:```brew install llama.cpp```then```llama-server --webui-mcp-proxy``` pic.twitter.com/r8JXwpbfHq— Victor M (@victormustar) March 9, 2026

Agent Recipes
Explore common agent recipes with ready to copy code to improve your LLM applications.

Writing Test Evals For Our MCP Server - Neon Blog
When we launched our MCP server, we knew it’d be important for it to have tests, just like any other piece of software. Since our MCP server has over 20 tools, it’s important for us to know that LLMs can pick the right tool for the job. So, this was the main aspect we wanted […]

Chrome DevTools (MCP) for your AI agent | Blog | Chrome for Developers
Public preview for the new Chrome DevTools MCP server, bringing the power of Chrome DevTools to AI coding assistants.

Composio toolkits | MCP and API Integrations for AI Agents
Connect your agent to leading SaaS apps in minutes. Secure access to 20,000+ tools via MCP or direct APIs to automate real work.

A Deep Dive Into MCP and the Future of AI Tooling | Andreessen Horowitz
We explore what MCP is, how it changes the way AI interacts with tools, what developers are already building, and the challenges that still need solving.

Building an Open-Source Alternative to Cursor with Code Context - Milvus Blog
Code Context—an open-source, MCP-compatible plugin that brings powerful semantic code search to any AI coding agent, Claude Code and Gemini CLI, IDEs like VSCode, and even environments like Chrome.

mcp.run - Universal Tools For AI Through An App Store for AI Agents
Code execution with MCP: building more efficient AI agents
Learn how code execution with the Model Context Protocol enables agents to handle more tools while using fewer tokens, reducing context overhead by up to 98.7%.
