AI / MCP Integration
The Pledge MCP server (pledge-developer) lets you connect AI coding assistants directly to your Pledge partner account using the Model Context Protocol. Once connected, your AI assistant can search nonprofits, manage fundraisers, create donations, and more.
Claude Code
Section titled “Claude Code”-
Install Claude Code
On macOS or Linux:
Terminal window curl -fsSL https://claude.ai/install.sh | bashOn Windows (PowerShell):
Terminal window irm https://claude.ai/install.ps1 | iex -
Add the Pledge MCP server
Run this command to register the server:
Terminal window claude mcp add pledge-developer --transport http https://www.pledge.to/partner/mcpAlternatively, add the following to
~/.claude.jsonunder"mcpServers":{"mcpServers": {"pledge-developer": {"type": "http","url": "https://www.pledge.to/partner/mcp"}}} -
Verify the connection
In your Claude Code session, run
/mcpto confirm pledge-developer appears and its tools are listed. You’re all set — try asking Claude to look up a nonprofit or check your integration status.
Cursor
Section titled “Cursor”-
Open your Cursor MCP config
Add the following to
~/.cursor/mcp.json(create the file if it doesn’t exist):{"mcpServers": {"pledge-developer": {"url": "https://www.pledge.to/partner/mcp"}}}To scope it to a single project instead, put the same file at
.cursor/mcp.jsonin your project root. -
Restart Cursor and verify
Restart Cursor, then open the Composer and confirm pledge-developer appears in the MCP tools list.
VS Code
Section titled “VS Code”-
Add the MCP config file
Create
.vscode/mcp.jsonin your project root:{"mcpServers": {"pledge-developer": {"type": "http","url": "https://www.pledge.to/partner/mcp"}}} -
Reload VS Code and verify
Reload the window (
Cmd/Ctrl + Shift + P→ “Reload Window”). Open Copilot Chat and confirm pledge-developer tools appear in the MCP tools list.
Claude Desktop
Section titled “Claude Desktop”-
Open your Claude Desktop config
Edit the config file for your OS:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json -
Add the Pledge MCP server
Add the following under
"mcpServers":{"mcpServers": {"pledge-developer": {"command": "npx","args": ["-y", "mcp-remote", "https://www.pledge.to/partner/mcp"]}}} -
Restart Claude Desktop and verify
Restart the app. The hammer icon in the chat window should show pledge-developer tools available.
Windsurf
Section titled “Windsurf”-
Open your Windsurf MCP config
Add the following to
~/.windsurf/mcp.json(create the file if it doesn’t exist):{"mcpServers": {"pledge-developer": {"command": "npx","args": ["-y", "mcp-remote", "https://www.pledge.to/partner/mcp"]}}} -
Restart Windsurf and verify
Restart Windsurf, then confirm pledge-developer appears in Cascade’s MCP tools panel.