Loading MCP server directory, please wait...
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
npx @getmcp/cli add com.niftypm/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer token: a Nifty Personal Access Token (nft_user_* / nft_agent_*, minted at https://app.nifty.pm/settings/mcp-keys) or an OAuth 2.1 access token from the Nifty authorization server.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.niftypm/mcp-server": {
"url": "https://mcp.niftypm.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}