Genkitx
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.14.1Added Apr 12, 2026
genkitgenkit-pluginmcpmodel-context-protocolai
Genkitx 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 genkitx-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"genkitx": {
"command": "npx",
"args": ["-y", "genkitx-mcp"]
}
}
}