mcpbeat Sign in

Python Docs MCP Server

by ayhammouda Your server? Claim it
local only

Python Docs MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 133 installs a week from pypi. Last commit 27 Jul 2026.

The canonical Python stdlib oracle for AI coding agents — always free, always MIT, token-frugal.

Installs per day peak 83 · avg 22 · +8% w/w
a month agotoday
133
Installs / week
pypi · python-docs-mcp-server
8
Stars
5 open issues
27 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add python-docs-mcp-server -- uvx python-docs-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "python-docs-mcp-server": {
      "args": [
        "python-docs-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.python-docs-mcp-server]
command = "uvx"
args = ["python-docs-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "python-docs-mcp-server": {
      "args": [
        "python-docs-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "python-docs-mcp-server": {
      "args": [
        "python-docs-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Python Docs MCP Server

same job, measured the same way
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

37 installs/wk local only
trovex
by tsukumohq

Serves coding agents one canonical doc per query instead of rereading the repo — ~60% fewer tokens.

547 installs/wk local only
Asc MCP Server
by muhammetali

App Store Connect MCP Server for AI coding agents

32 installs/wk local only
Defiguard MCP
by kota1026

DeFiGuard MCP Server - DeFi protocol risk analysis tools for AI coding agents. Analyze token co...

34 installs/wk local only
Citadel MCP
by sustinbebustin

A growing Citadel of stack-specific docs, served as MCP tools for AI coding agents.

37 installs/wk local only
Agentos
by officialtanishsharma

Local-first persistent memory MCP server for AI coding agents.

local only
Python MCP
by files

Local-only Python MCP server for the Files.com API.

938 installs/wk local only
agentdocs
by titov-d

Fresh, source-verified docs for building MCP servers and Claude agents, for AI coding agents.

38 installs/wk local only

Python Docs MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Python Docs MCP Server?
Python Docs MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package python-docs-mcp-server was installed 133 times last week.
How do I connect Python Docs MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls python-docs-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Python Docs MCP Server?
The pypi package python-docs-mcp-server was installed 133 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Python Docs MCP Server open source?
Yes — it is published under the MIT licence, written in Python, 8 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.