pypi-query-mcp/examples/claude_desktop_config.json
longhao ec677fb709 feat: add MCP configuration examples
- Add Claude Desktop configuration example
- Add Cursor MCP configuration example
- Provide ready-to-use configuration files for users
2025-05-27 13:44:28 +08:00

13 lines
250 B
JSON

{
"mcpServers": {
"pypi-query": {
"command": "uvx",
"args": ["--from", "pypi-query-mcp-server", "pypi-query-mcp"],
"env": {
"PYPI_INDEX_URL": "https://pypi.org/simple/",
"CACHE_TTL": "3600"
}
}
}
}