Nimply Developers
Integrations

Cursor

Add Nimply to Cursor via mcp.json

Give Cursor's agent access to your posting queue — useful for shipping release posts alongside code, or wiring Nimply calls while you build against the API.

Connect

  1. Create an API key in Nimply → Settings → Developers.
  2. Open Cursor Settings → MCP → Add new MCP server, or edit the config file directly — .cursor/mcp.json in your project (or ~/.cursor/mcp.json globally):
{
  "mcpServers": {
    "nimply": {
      "url": "https://mcp.nimply.io/mcp",
      "headers": {
        "Authorization": "Bearer nim_live_YOUR_KEY"
      }
    }
  }
}
  1. Nimply appears in the MCP list with a green dot and its tools listed.

Don't commit a config containing your key — use the global file, or keep the project file untracked.

Try it

  • "Use nimply to list my connected channels."
  • "Draft a post announcing the feature in this PR and schedule it for the next free slot."

Troubleshooting

  • Red dot / no tools — usually a typo in the URL or header. Toggle the server off/on after fixing.
  • 401 — key revoked or mis-pasted; it must start with nim_live_.

On this page