Blackbaud logo

Blackbaud

Search and analyze nonprofit data

About Blackbaud

Blackbaud provides fundraising, nonprofit, and education software. Its remote MCP server brings live constituent, event, and donation data from Blackbaud's SKY API into assistant workflows for natural-language exploration and analysis.

Connection details

https://mcp.sky.blackbaud.com/
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add blackbaud --transport http https://mcp.sky.blackbaud.com/

Frequently asked questions

What is the Blackbaud remote MCP server?

The Blackbaud remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.sky.blackbaud.com/, so AI assistants can connect to it without installing or running anything locally. Blackbaud provides fundraising, nonprofit, and education software. Its remote MCP server brings live constituent, event, and donation data from Blackbaud's SKY API into assistant workflows for natural-language exploration and analysis.

How do I connect to the Blackbaud MCP server?

Add the endpoint https://mcp.sky.blackbaud.com/ to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Blackbaud MCP server require authentication?

Yes. Blackbaud uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Blackbaud MCP server use?

Blackbaud exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers