Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"graphql2mcp-lib": {
"command": "npx",
"args": [
"-y",
"@graphql2mcp/lib"
]
}
}
}
Or smoke-test directly:
npx -y @graphql2mcp/lib
Details
| Website | https://www.npmjs.com/package/@graphql2mcp/lib |
|---|---|
| GitHub | git+https://github.com/KKonstantinov/graphql2mcp.git |
| License | unknown |
| Pricing | free |
| Tags | graphql mcp model-context-protocol library typescript ai agent |
| Sources | npm |
| Discovered | 2026-05-25 |