MCP Radar
Active✓ In official registry

mcp-use

The fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Serve

84
TrustScore
✅ Actively maintained, production-ready

Before you connect

✓ No extra key neededNode.jsPython

Config example (to connect)

python
import asyncio
from langchain_openai import ChatOpenAI
from mcp_use import MCPAgent, MCPClient

async def main():
    config = {
        "mcpServers": {
            "filesystem": {
                "command": "npx",
                "args": ["-y", "@modelcontextprotocol/server-filesystem", "/tmp"]
            }
        }
    }

    client = MCPClient.from_dict(config)
    llm = ChatOpenAI(model="gpt-4o")
    agent = MCPAgent(llm=llm, client=client)

    result = await agent.run("List all files in the directory")
    print(result)

asyncio.run(main())

Install / Connect

claude mcp add mcp-use -- npx -y mcp-use

Follow the official README; env and args vary per server.

🛠️ Maintenance weight 30% · 84 pts

📝
Last commit1 days ago
📈
Commits in 90 days79
💬
Median issue responseNo response
🗃️
Repo statusNormal

📊 Adoption weight 25% · 79 pts

GitHub stars10.4k (90d +0%)
📦
npm weekly downloads50.8k(+0%)
🚀
Releases per month62.7

✅ Usability weight 20% · 100 pts

📋
Official registryListed
▶️
Runnable entryResolvable (npx/remote)
🔍
AuditabilityOpen-source repo, auditable

❤️ Health & community weight 25% · 75 pts

🐛
open issues123
🔀
open PRs
⚖️
LicenseMIT
👥
Contributors / forks30 / 1.4k

Sources: GitHub API · npm registry · Official registry · updated 2026-07-26

90-day trend

⭐ stars +0%

📦 weekly downloads +0%

Similar / alternative servers

One email a week, 5 minutes to see what happened in the MCP ecosystem

New servers, breakout trends, abandonment alerts — tracked automatically, curated by hand, sent to your inbox.

One email a week · unsubscribe anytime · no data selling