Integrations
Raycast
Use Nimply from Raycast AI
Connect
- Create an API key in Nimply → Settings → Developers.
- In Raycast, run Manage MCP Servers → Add Server (Raycast Pro with AI).
- Add Nimply as an HTTP server — URL
https://mcp.nimply.io/mcpwith headerAuthorization: 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"
]
}
}
}- Mention
@nimplyin 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.