@mastra/mcp
Freeby MCP Community
Mastra supports the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro), an open standard for connecting AI agents to ext
v1.4.2Added Apr 12, 2026
@mastra/mcp MCP Server
Mastra supports the Model Context Protocol (MCP), an open standard for connecting AI agents to ext
Installation
Reviews
Installation
Quick install
npx -y @mastra/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@mastra/mcp": {
"command": "npx",
"args": ["-y", "@mastra/mcp"]
}
}
}