Mastra supports the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro), an open standard for connecting AI agents to external tools and resources. It serves as …
| Tool name | Description | Destructive? |
|---|---|---|
| mixColors | ✓ no |
{
"mcpServers": {
"mastramcp": {
"command": "npx",
"args": [
"-y",
"@mastra/mcp"
]
}
}
}