Google PageRank for AI agents. 25,000+ tools indexed.

python-mcp MCP Server

arun2dot0/python-mcp

Score: 55.6 Rank #20 MCP Server
Are you the maintainer of arun2dot0/python-mcp? Claim this listing →

Python MCP Server for Demo

Add AgentRank to Claude Code Discover and compare tools like arun2dot0/python-mcp — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

arun2dot0/python-mcp is a Python MCP server licensed under MIT. Python MCP Server for Demo

Ranked #20 out of 109 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Python MIT 717 pypi/wk

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% 1d ago

Last commit 1d ago → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 2

2 contributors → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads 13% 717/wk

717 weekly installs → early adoption

Forks 0
Description Brief
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for arun2dot0/python-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/arun2dot0--python-mcp)](https://agentrank-ai.com/tool/arun2dot0--python-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/arun2dot0--python-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/arun2dot0--python-mcp" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="arun2dot0/python-mcp"></script>

Matched Queries

"mcp server""mcp-server"

From the README

## MCP Server
MCP server that provides integration for
getting all the person information 

Also itegration to get details from Rag for blog search
There are multiple test scenarios . Tested with the streaming version

# Python version requirement
python>=3.10

# MCP Python client library for SSE transport
mcp

# Pydantic AI for OpenAI agent integration and MCP toolsets
pydantic-ai-slim[mcp]

# HTTP client and SSE support
httpx[sse]

# setup local environment

python3 -m venv myenv
uv venv myenv -p 3.11
source myenv/bin/activate 
uv add openai-agents
pip install "uvicorn[standard]"

uv pip install -r requirements.txt

# Debug what is in the port
sudo lsof -i :8000

# Using mcp with streaming option - Tested
Local run 
 uv run server.py

Server run 
nohup uvicorn server:app --reload --log-level error --host 0.0.0.0 --port 8080 &
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.