nimble-mcp-server

http

Used by 1 plugin

Installs nimble, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub anthropics/claude-plugins-official --plugin nimble
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "nimble-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.nimbleway.com/mcp",
        "--header",
        "Authorization:Bearer ${NIMBLE_API_KEY}"
      ],
      "url": "https://mcp.nimbleway.com/mcp"
    }
  }
}
Security Considerations
External connections

This server connects to external services. Review the URLs it accesses before enabling.

Command
npx
URL
https://mcp.nimbleway.com/mcp
Arguments
-ymcp-remote@latesthttps://mcp.nimbleway.com/mcp--headerAuthorization:Bearer ${NIMBLE_API_KEY}