Docs Server
Freeby MCP Community
MCP server for accessing Mastra.ai documentation, changelogs, and news.
v1.1.24Added Apr 12, 2026
Docs Server MCP Server
MCP server for accessing Mastra.ai documentation, changelogs, and news.
Installation
Reviews
Installation
Quick install
npx -y @mastra/mcp-docs-server
Add to claude_desktop_config.json
{
"mcpServers": {
"docs-server": {
"command": "npx",
"args": ["-y", "@mastra/mcp-docs-server"]
}
}
}