agentkit-mcp

knew-inventai/agentkit-mcp
★ 0 stars Python 🤖 AI/LLM Updated today
AgentKit MCP Servers 集合
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentkit-mcp": {
      "command": "uvx",
      "args": [
        "agentkit-mcp"
      ]
    }
  }
}

Or install with pip: pip install agentkit-mcp

README Excerpt

AgentKit MCP Servers 集合。每個子目錄為一個 MCP server package。 ```shell /plugin marketplace add knew-inventai/agentkit-mcp /plugin install MCP_NAME@agentkit-mcp ``` ``` agentkit-mcp/ .claude-plugin/ marketplace.json ← Claude Code marketplace 定義(自動維護) {mcp-name}/ plugin.json ← Package metadata README.md ← 說明文件(含安裝指令)