@genkit-ai/mcp
Freeby MCP Community
A Genkit plugin that provides interoperability between Genkit and Model Context Protocol (MCP). Both client and server use cases are supported.
v1.32.0Added Apr 12, 2026
genkitgenkit-pluginmcpmodel-context-protocolai
@genkit-ai/mcp MCP Server
A Genkit plugin that provides interoperability between Genkit and Model Context Protocol (MCP). Both client and server use cases are supported.
Installation
Reviews
Installation
Quick install
npx -y @genkit-ai/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@genkit-ai/mcp": {
"command": "npx",
"args": ["-y", "@genkit-ai/mcp"]
}
}
}