Integrations
Claude Code
Add Nimply to Claude Code with one command
Let Claude Code schedule your release announcements, post changelogs, or pull engagement numbers — right from the terminal.
Connect
With an API key (create one in Nimply → Settings → Developers):
claude mcp add --transport http nimply https://mcp.nimply.io/mcp \
--header "Authorization: Bearer nim_live_YOUR_KEY"Or without a key, using OAuth — add the server and authenticate when prompted:
claude mcp add --transport http nimply https://mcp.nimply.io/mcp
# then inside Claude Code:
/mcp # → select nimply → AuthenticateUse --scope project to share the server (without the key) via .mcp.json in your repo, or --scope user to have it in every project.
Try it
- "Ship notes for v2.3 are in CHANGELOG.md — draft a launch post from them and schedule it for tomorrow 10am on LinkedIn."
- "Check nimply for any FAILED posts this week and tell me the errors."
Troubleshooting
/mcpshows the server as failed — check the URL and header spelling; runclaude mcp get nimplyto inspect the config.- 403 with a scope name in the message — your key lacks that permission; create a key with the needed scopes and re-add.