Token导航 LogoToken导航TokenDH.com
AgentHotspot MCP Server logo
AI代理stdio官方级别未说明来源级核验

AgentHotspot MCP Server

MCP Server

AgentHotspot MCP Server是一个为AI开发者提供6000多个MCP连接器搜索和发现功能的轻量级服务器。

工具数

0

提示词数

0

GitHub Stars

2

资源数

0
AI代理开发工具PythonClaudeClaude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

agenthotspot

提供方

agenthotspot

最后核验

2026/5/17 20:42

运行时

Python

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install -r requirements.txt

详细介绍

AgentHotspot MCP Server

🔍 Search 6,000+ MCP connectors directly from your AI agent

Features • Quick Start • Installation • Usage • Contributing

agenthotspot.com

______________________________________________________________________

🌟 什么是AgentHotspot?

代理热点 AI代理开发人员的市场。它提供:

  • 🔌 6000多个精心策划的MCP连接器 为代理构建者准备好连接和集成
  • 🚀 一键集成 使用Claude Desktop、OpenAI代理、n8n等
  • 💰 即时货币化工具 适用于MCP连接器创建者
  • 📊 分析仪表板 跟踪使用情况和性能

此MCP服务器允许您的AI代理 搜索和发现 来自AgentHotspot市场的oss连接器。

______________________________________________________________________

✨ 特性

  • 🔍 搜索连接器 --用自然语言查询AgentHotspot目录
  • 📦 轻量级 --依赖性最小,易于安装
  • 🔧 MCP兼容 --适用于任何MCP兼容客户端

______________________________________________________________________

📦 安装

先决条件

  • Python 3.10+
  • MCP兼容客户端(Claude Desktop、OpenAI代理SDK、自定义代理等)

来源

git clone https://github.com/AgentHotspot/agenthotspot-mcp.git
cd agenthotspot-mcp

# Install dependencies
pip install -r requirements.txt

# Install module
pip install -e .

______________________________________________________________________

🔧 用法

独立运行服务器

# Run directly
python3 -m agenthotspot_mcp

# Or using the script
python3 src/agenthotspot_mcp/server.py

使用克劳德桌面

将此配置添加到您的Claude Desktop配置文件中:

macOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json\ 窗户: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agenthotspot": {
      "command": "python3",
      "args": ["-m", "agenthotspot_mcp"]
    }
  }
}

与LangChain合作

import asyncio
from langchain_mcp_adapters.client import MultiServerMCPClient

async def main():
    client = MultiServerMCPClient({
        "agenthotspot": {
            "transport": "stdio",
            "command": "python3",
            "args": ["-m", "agenthotspot_mcp"],
        }
    })
    tools = await client.get_tools()
    print(tools)

    # Remaining code ... 
    # (see examples/langchain_example.py for full agent example)

asyncio.run(main())

______________________________________________________________________

🗂️ 项目结构

agenthotspot-mcp/
├── src/
│   └── agenthotspot_mcp/
│       ├── __init__.py      # Package exports
│       ├── __main__.py      # Entry point
│       └── server.py        # MCP server implementation
├── examples/
│   ├── claude_config.json   # Claude Desktop config example
│   └── langchain_example.py # Python langchain usage example
├── pyproject.toml           # Package configuration
├── requirements.txt         # Dependencies
├── LICENSE                  # MIT License
├── CONTRIBUTING.md          # Contribution guidelines
└── README.md               # This file

______________________________________________________________________

🤝 贡献

我们欢迎捐款!看 贡献.md 作为指导方针。

  1. 克隆该仓库
  2. 创建要素分支(git checkout -b feature/amazing-feature)
  3. 提交您的更改(git commit -m 'Add amazing feature')
  4. 推到分支(git push origin feature/amazing-feature)
  5. 打开拉取请求

______________________________________________________________________

📄 许可证

该项目根据MIT许可证获得许可——请参阅 许可证 文件以获取详细信息。

______________________________________________________________________

🔗 链接

______________________________________________________________________

Built with ❤️ by the AgentHotspot team

目录标签

目录标签

AI代理开发工具PythonClaude本地部署MCP连接器开发者工具市场整合自然语言搜索

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Python

部署方式(deploymentType,部署类型)

remote-capable

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP