Lib
Freeby MCP Community
Library for integrating GraphQL-to-MCP conversion into existing TypeScript MCP servers
v0.2.0Added Apr 12, 2026
graphqlmcpmodel-context-protocollibrarytypescript
Lib MCP Server
Library for integrating GraphQL-to-MCP conversion into existing TypeScript MCP servers
Installation
Reviews
Installation
Quick install
npx -y @graphql2mcp/lib
Add to claude_desktop_config.json
{
"mcpServers": {
"lib": {
"command": "npx",
"args": ["-y", "@graphql2mcp/lib"]
}
}
}