MCP
Client Setup
Configure your AI client to connect to the Nitty Music Social MCP server
Claude Desktop
Add the following to your Claude Desktop MCP configuration file:
- macOS
- Windows
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
Claude Code
The fastest way is the CLI:
claude mcp add nitty-social --transport http --url https://social.nittymusic.com/api/mcp/your-api-key
Or add it to your Claude Code config directly:
{
"mcpServers": {
"nitty-social": {
"url": "https://social.nittymusic.com/api/mcp/your-api-key"
}
}
}
The Bearer-token transport works too, pick whichever your client supports better. Both authenticate the same way:
claude mcp add nitty-social --transport http \
--url https://social.nittymusic.com/api/mcp \
--header "Authorization: Bearer your-api-key"
Cursor
In Cursor, go to Settings > MCP and add a new server:
- Name: Nitty Music Social
- Type: HTTP
- URL:
https://social.nittymusic.com/api/mcp/your-api-key
Other MCP Clients
Any MCP-compatible client can connect to Nitty Music Social. Use the streamable HTTP transport:
- URL:
https://social.nittymusic.com/api/mcp/your-api-key - Transport: Streamable HTTP
Or, if your client supports Bearer token authentication:
- URL:
https://social.nittymusic.com/api/mcp - Transport: Streamable HTTP
- Authorization:
Bearer your-api-key
Base URL
Every URL on this page assumes hosted upstream service. On a self-hosted instance, swap the host:
So the endpoint becomes https://your-social-server.com/mcp/your-api-key.
Verify Connection
Once connected, ask your AI agent:
“List my connected social media accounts”
If the connection is working, the agent will call the integrationList tool and return your connected accounts.