Python Docs MCP Server
Rank #9,758io.github.ayhammouda/python-docs-mcp-server
The canonical Python stdlib oracle for AI coding agents — always free, always MIT, token-frugal.
Python Docs MCP Server is a Model Context Protocol (MCP) server published by ayhammouda. It ranks #9,758 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Python Docs MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Apr 15, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 105,702 of 115,460 servers on MCP Toplist.
Use Python Docs MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add python-docs-mcp-server -- uvx python-docs-mcp-server[mcp_servers.python-docs-mcp-server]
command = "uvx"
args = ["python-docs-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"python-docs-mcp-server": {
"command": "uvx",
"args": [
"python-docs-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"python-docs-mcp-server": {
"command": "uvx",
"args": [
"python-docs-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"python-docs-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"python-docs-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"python-docs-mcp-server": {
"command": "uvx",
"args": [
"python-docs-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"python-docs-mcp-server": {
"command": "uvx",
"args": [
"python-docs-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ayhammouda%2Fpython-docs-mcp-server)<a href="https://mcptoplist.com/server/io.github.ayhammouda%2Fpython-docs-mcp-server"><img src="https://mcptoplist.com/badge/io.github.ayhammouda%2Fpython-docs-mcp-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
ayhammouda
Other servers by ayhammouda
View all ayhammouda servers →Available versions (4)
| Version | Published |
|---|---|
| 0.2.1 | May 29, 2026 |
| 0.1.6 | May 14, 2026 |
| 0.1.4 | May 13, 2026 |
| 0.1.2 | May 12, 2026 |
Frequently asked questions
- Who maintains Python Docs MCP Server?
- Python Docs MCP Server is maintained by ayhammouda, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Python Docs MCP Server listed on the Official MCP Registry?
- Yes — Python Docs MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Python Docs MCP Server have?
- MCP Toplist tracks 4 versions of Python Docs MCP Server, most recently published on May 29, 2026.
- Where can I find the source code for Python Docs MCP Server?
- The source code for Python Docs MCP Server is hosted at github.com/ayhammouda/python-docs-mcp-server.