Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐ŸŽ“ Education
  3. Python Docs MCP Server
Python Docs MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:48:13 PM

Python Docs MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository8 GitHub StarsTotal stargazers on GitHub for the source repository (8 stars).Visit Website
pythondocumentationdeveloper-toolsmcp

Retrieves version-specific Python standard-library documentation locally through symbol, section, search, and comparison tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ayhammouda-python-docs-mcp-server": {
      "command": "uvx",
      "args": [
        "python-docs-mcp-server"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (6) Directory Badge Claim listing Alternatives๐ŸŽ“ More in Education

Overview

The ayhammouda/python-docs-mcp-server MCP server indexes official Python standard-library documentation locally and exposes it through read-only MCP tools. Agents can search exact symbols or modules, retrieve individual sections, compare symbols across indexed Python versions, and inspect available versions. Documentation results come from a local SQLite and FTS5 index, with truncation, pagination, and disk caching for retrieved content. Reach for it when an agent needs precise Python standard-library references rather than broad web search or third-party library documentation.

Use cases

โ€ขLook up exact Python standard-library symbols for coding questions
โ€ขRetrieve only the relevant section of a Python documentation page
โ€ขCompare standard-library behavior between indexed Python versions
โ€ขCheck whether the local Python version has been indexed
โ€ขFind PyPI-declared documentation and source URLs

Key features

โ€ขExact symbol and module lookup
โ€ขLocal SQLite and FTS5 documentation index
โ€ขVersion-aware section retrieval
โ€ขPython-version symbol comparison
โ€ขBudgeted Markdown output with pagination
โ€ขControlled PyPI documentation-link lookup

Capabilities & Tool Schemas (6) ~223 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Python Docs MCP Server.

search_docs

Search Python stdlib docs by query. Supports symbol lookup (`asyncio.TaskGroup`), module search (`json`), and free-text search. Returns ranked hits with BM25 scoring and snippet excerpts.

get_docs

Retrieve a specific documentation page or section by slug and optional anchor. Returns markdown content with budget-enforced truncation and pagination. Retrieved results are cached on disk by Python docs version and request identity.

lookup_package_docs

Look up official PyPI package metadata and return package-declared documentation/homepage/source URLs. This is a controlled PyPI metadata lookup, not generic web search.

list_versions

List all indexed Python versions with metadata.

detect_python_version

Detect the user's local Python version and report whether that version has been indexed.

compare_versions

Diff a Python stdlib symbol between two indexed versions. Returns `change=added

How Python Docs MCP Server works

What ayhammouda/python-docs-mcp-server MCP server does

The ayhammouda/python-docs-mcp-server MCP server provides local, read-only access to indexed Python standard-library documentation. It is designed for coding agents that need a specific symbol, module, section, or version comparison without loading an entire documentation page into context.

The corpus is based on official Python documentation. Supported queries include exact symbols such as asyncio.TaskGroup, module names such as json, and general free-text searches. Results include ranked matches, BM25 scores, and excerpts that help the agent select the relevant page or section.

The server also includes a controlled PyPI metadata lookup. lookup_package_docs returns documentation, homepage, and source URLs declared by a package, rather than performing unrestricted web search.

How it works

The ayhammouda/python-docs-mcp-server MCP server uses a local SQLite database with FTS5 search. Documentation is indexed separately for the Python versions selected during setup. The initial index build downloads Python objects.inv files, obtains CPython documentation sources, renders them to JSON with Sphinx, and stores the resulting searchable data locally.

A typical symbol lookup uses search_docs first, followed by get_docs with the returned slug and optional anchor. get_docs returns Markdown for a page or section and applies a response budget, truncation, and pagination. Retrieved responses are cached on disk using the Python documentation version and request identity.

Version-related tools report indexed versions, detect the local Python version, and compare one standard-library symbol between two indexed versions. Comparisons can identify additions, removals, changes, deprecations, signature differences, related-section changes, and note differences. Signature deltas are advisory heuristics rather than a replacement for reading the source documentation.

Setup and configuration

Install or run the package with uvx or install it persistently through pipx. Before querying documentation, build the local corpus for the versions needed by the project. The documented example indexes Python 3.10 through 3.14, and the build may take several minutes because it prepares the source documentation and database.

The MCP configuration uses the published package as a local stdio process. Examples are provided for Claude Desktop, Cursor, Claude Code, and Codex. Claude Desktop requires restarting after its configuration changes. No API key is required. The package targets Python 3.12 or newer, while the indexed documentation versions are selected independently during the build.

Tools and capabilities

The ayhammouda/python-docs-mcp-server MCP server exposes six read-only tools:

  • search_docs: searches symbols, modules, and free text with ranked snippets.
  • get_docs: retrieves a documentation page or anchored section with truncation and pagination.
  • lookup_package_docs: reads official PyPI metadata for declared project links.
  • list_versions: lists indexed Python versions and metadata.
  • detect_python_version: checks the local Python version and whether it is indexed.
  • compare_versions: reports documented differences for a symbol between two indexed versions.

Limitations and notes

This server is focused on official Python standard-library documentation, not arbitrary web pages or general third-party library research. Its documentation results depend on the versions that have been indexed locally; an installed Python version may be detected but unavailable if it was not included in the build. lookup_package_docs is limited to package-declared PyPI links. Runtime access is read-only, and the server does not provide tools for modifying documentation or package metadata.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Education View all alternatives
  • Pronounce logoPronounce

    Community pronunciation dictionary for developer project / product / jargon names (kubectl, nginx, GIF, JSON, Pydantic, Knative, LaTeX โ€” 1,848 entries). Each entry carries IPA, a General-American respelling, alternate readings where the pronunciation is contested, a source citation (creator interview / project FAQ / Wikipedia ยง Pronunciation), and a confidence level. Tools: pronounce(word), searchpronunciations(query), listpronunciations(category). Install: uvx pronounce-mcp. Live browse: .

    ๐ŸŽ“ Education4 views
    Compare vs Pronounce โ†’
  • Canvas MCP logoCanvas MCP

    Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker, token stays in /.canvas.env. Exposes courses, assignments, modules, announcements, grades, planner items, upcoming events, todo, and bulk file dump as MCP tools.

    ๐ŸŽ“ Education4 views
    Compare vs Canvas MCP โ†’
  • Gossipcat logoGossipcat

    Multi-agent orchestration for Claude Code โ€” consensus review, adaptive dispatch, skill learning

    ๐ŸŽ“ Education0 views
    Compare vs Gossipcat โ†’
  • Sports Context Protocol logoSports Context Protocol

    Self-learning operational context layer for AI sports agents. Profile 001: golf.

    ๐ŸŽ“ Education1 views
    Compare vs Sports Context Protocol โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
8
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
6
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Python Docs MCP Server

Run it with `uvx python-docs-mcp-server`, or install it persistently with `pipx install python-docs-mcp-server`. Build the documentation index before querying it.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPython Docs MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ayhammouda-python-docs-mcp-server?style=directory)](https://allmcps.com/mcp/ayhammouda-python-docs-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/ayhammouda-python-docs-mcp-server"><img src="https://allmcps.com/api/badge/ayhammouda-python-docs-mcp-server?style=directory" alt="Python Docs MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐ŸŽ“Education
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars8
GitHub Star CountTotal stargazers on GitHub representing community popularity (8 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 3, 2026
55Quality signal: Good ยท 55/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools27/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 21d ago via OSV.dev ยท python-docs-mcp-server (PyPI)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐ŸŽ“ Education โ†’Alternatives to Python Docs MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code