Back to MCP Servers

Open

Turn a web API into an MCP server in 10 seconds and add it to the open source registry: https://open-mcp.org

aggregatorsapi
By wegotdocs
36051Updated 4 days agoShell

Installation

npx -y open-mcp

Configuration

{
  "mcpServers": {
    "open-mcp": {
      "command": "npx",
      "args": ["-y", "open-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes

BoltMCP Installation

BoltMCP installs on any Kubernetes cluster with a single Helm chart.

Install with Claude

  1. Prerequisite: install Claude Code and login
claude auth login
  1. Clone this repository
git clone https://github.com/boltmcp/boltmcp.git
  1. Move your BoltMCP access key to the keys directory
mv ~/Downloads/my-key.json boltmcp/keys/

Replace ~/Downloads/my-key.json with the path to your access key file

  1. Open Claude Code from inside the boltmcp directory
cd boltmcp && claude
  1. Invoke the Skill and Claude will walk you through the installation process
/install-boltmcp Install BoltMCP on a new cluster

Replace the text after "/install-boltmcp " with any instruction related to installing, updating or uninstalling BoltMCP.

Install Manually

If you'd prefer to do the installation manually, visit https://install.boltmcp.io and follow the instructions there.

View source on GitHub