Nimply Developers
Integrations

Raycast

Use Nimply from Raycast AI

Connect

  1. Create an API key in Nimply → Settings → Developers.
  2. In Raycast, run Manage MCP Servers → Add Server (Raycast Pro with AI).
  3. Add Nimply as an HTTP server — URL https://mcp.nimply.io/mcp with header Authorization: Bearer nim_live_YOUR_KEY. If your Raycast version only accepts command-based servers, use the bridge:
{
  "mcpServers": {
    "nimply": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://mcp.nimply.io/mcp",
        "--header", "Authorization: Bearer nim_live_YOUR_KEY"
      ]
    }
  }
}
  1. Mention @nimply in Raycast AI chat to bring its tools into the conversation.

Try it

  • "@nimply what's scheduled for this week?"
  • "@nimply schedule a post: 'We're hiring!' on LinkedIn, next free slot."

Troubleshooting

  • Server not responding — the bridge needs Node 18+ available on your PATH.
  • Tools denied — the key's permissions don't cover the action; create a key with broader scopes.

On this page