use-mcp
MCP CompatibleScore: 76<div class="oranda-hide"> # 🦑 use-mcp 🦑 </div> [](https://github.com/mo
76
Reputation
—
Success Rate
—
Avg Latency
0
Usage Count
Connection Spec
Transport
sse
Install Command
npm install use-mcpFeatures
- 🔄 Automatic connection management with reconnection and retries
- 🔐 OAuth authentication flow handling with popup and fallback support
- 📦 Simple React hook interface for MCP integration
- 🧰 Full support for MCP tools, resources, and prompts
- 📄 Access server resources and read their contents
- 💬 Use server-provided prompt templates
- 🧰 TypeScript types for editor assistance and type checking
- 📝 Comprehensive logging for debugging
- 🌐 Works with both HTTP and SSE (Server-Sent Events) transports
Quick Setup
{
"mcpServers": {
"use-mcp": {
"command": "npx",
"args": [
"-y",
"use-mcp"
],
"transport": "sse"
}
}
}Paste into your Claude Desktop config file
Health
MaintenanceMaintained
Last commit1mo ago
Open issues20
LicenseMIT
VerificationFailed
API Response Preview
What agents get when they query this resource:
{
"id": "f03d9e5e-0799-49d0-aca4-1e05ccc4633d",
"name": "use-mcp",
"category": "tool",
"subcategory": "git",
"mcp_compatible": true,
"reputation_score": 0.75596,
"success_rate": null,
"endpoint_url": null,
"spec": {
"transport": "sse",
"install_command": "npm install use-mcp",
"tools": null,
"features": [
"🔄 Automatic connection management with reconnection and retries",
"🔐 OAuth authentication flow handling with popup and fallback support",
"📦 Simple React hook interface for MCP integration",
"🧰 Full support for MCP tools, resources, and prompts",
"📄 Access server resources and read their contents",
"💬 Use server-provided prompt templates",
"🧰 TypeScript types for editor assistance and type checking",
"📝 Comprehensive logging for debugging",
"🌐 Works with both HTTP and SSE (Server-Sent Events) transports"
]
}
}