Skip to content

Toolkit

Free

by MCP Community

A way to register your MCP Server in our framework

v2.0.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Toolkit MCP Server

A way to register your MCP Server in our framework

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @stellarwp/mcp-toolkit
Add to claude_desktop_config.json
{
  "mcpServers": {
    "toolkit": {
      "command": "npx",
      "args": ["-y", "@stellarwp/mcp-toolkit"]
    }
  }
}