Spaces:
Runtime error
Runtime error
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: MCP Server Explorer
|
| 3 |
+
emoji: 🔧
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.0.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
tags:
|
| 12 |
+
- mcp
|
| 13 |
+
- ai-agents
|
| 14 |
+
- model-context-protocol
|
| 15 |
+
- tools
|
| 16 |
---
|
| 17 |
|
| 18 |
+
# MCP Server Explorer
|
| 19 |
+
|
| 20 |
+
Browse and search 38 Model Context Protocol (MCP) servers for AI agents.
|
| 21 |
+
|
| 22 |
+
## Features
|
| 23 |
+
|
| 24 |
+
- Searchable table of all MCP servers
|
| 25 |
+
- Filter by category (Data, Agent Infrastructure, Business-to-Agent, etc.)
|
| 26 |
+
- View install commands, tool counts, and API key requirements
|
| 27 |
+
- Statistics overview
|
| 28 |
+
|
| 29 |
+
## Related
|
| 30 |
+
|
| 31 |
+
- [MCP Server Catalog Dataset](https://huggingface.co/datasets/aiagentkarl/mcp-server-catalog)
|
| 32 |
+
- [Agent Evaluation Benchmark](https://huggingface.co/datasets/aiagentkarl/agent-evaluation-benchmark)
|
| 33 |
+
- [GitHub](https://github.com/AiAgentKarl)
|