Python Docs MCP Server for VS Code
io.github.ayhammouda/python-docs-mcp-server
The canonical Python stdlib oracle for AI coding agents — always free, always MIT, token-frugal.
client:VS Code
transport:stdio
runtime:pypi
Install Python Docs MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"python-docs-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"python-docs-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs