# MCP Rack > Discover MCP servers built by Alexei Udall, a curated selection from other makers, and practical guides. Clear setup details, honest project status and open data for agents. Owner: Alexei Udall (SarutobiSasuke8), https://alexeiudall.com. GitHub: https://github.com/SarutobiSasuke8. Machine-readable board: https://mcprack.dev/servers.json. Feed: https://mcprack.dev/rss.xml. ## Published servers - [gimp-agent-mcp](https://mcprack.dev/servers/gimp-agent-mcp/): The whole of GIMP 3 for AI agents: every PDB procedure and GEGL filter, renders, pixel measurement, recipes. Windows-first. Python, stdio, Apache-2.0, beta; pypi: gimp-agent-mcp 0.3.0; registry: io.github.SarutobiSasuke8/gimp-agent-mcp. Install: `claude mcp add gimp -- uvx gimp-agent-mcp serve`. - [jobscout-mcp](https://mcprack.dev/servers/jobscout-mcp/): Privacy-first job discovery across sources: normalisation, deduplication and provenance for every listing. TypeScript, stdio, Apache-2.0, beta; npm: @sarutobi-sasuke/jobscout-mcp 0.2.1; registry: io.github.SarutobiSasuke8/jobscout-mcp. Install: `claude mcp add jobscout -- npx -y @sarutobi-sasuke/jobscout-mcp`. - [website-content-mcp](https://mcprack.dev/servers/website-content-mcp/): A site-scoped content gateway: the pages, structure and text of a website in a form agents can reason over. TypeScript, stdio, MIT, beta; npm: @sarutobi-sasuke/website-content-mcp 0.3.1; not in the official registry yet. Install: `claude mcp add website-content -- npx -y @sarutobi-sasuke/website-content-mcp`. - [agent-handoff-mcp](https://mcprack.dev/servers/agent-handoff-mcp/): Local-first, bounded, auditable handoffs between AI agents. A coordination primitive, not a message bus. TypeScript, stdio, Apache-2.0, alpha; source only; not in the official registry yet. - [credential-broker-mcp](https://mcprack.dev/servers/credential-broker-mcp/): Agents use gated APIs through scoped, audited requests without ever seeing the secret. TypeScript, stdio, Apache-2.0, alpha; source only; not in the official registry yet. - [obsidian-github-mcp](https://mcprack.dev/servers/obsidian-github-mcp/): Permissioned proposal gateway for Obsidian vaults stored on GitHub: agents propose, humans merge. TypeScript, stdio, Apache-2.0, alpha; source only; not in the official registry yet. - [source-pack-mcp](https://mcprack.dev/servers/source-pack-mcp/): Structured research source packs: facts, quotes, numbers, primary links and a coverage map, with provenance. TypeScript, stdio, MIT, alpha; source only; not in the official registry yet. - [meeting-context-router](https://mcprack.dev/servers/meeting-context-router/): Proposal-first routing from meeting tools into governed CRM and knowledge-system updates. TypeScript, stdio, Apache-2.0, alpha; source only; not in the official registry yet. - [mcp-dashboard](https://mcprack.dev/servers/mcp-dashboard/): Cost and benefit dashboard for your MCP toolbox across Claude Code, Codex, Gemini CLI and Cursor. Python, local web UI, MIT, preview; pypi: mcp-dashboard 1.0.0; not in the official registry yet. - [sports-oracle-teneo-agent](https://mcprack.dev/servers/sports-oracle-teneo-agent/): Teneo agent wrapping the Sports Oracle API: live NBA, NHL, MLB, NFL, F1, soccer, tennis and MMA data for agents. Go, REST + MCP, MIT, experimental; source only; not in the official registry yet. ## Servers by other people that the owner runs - [Asana MCP](https://developers.asana.com/docs/using-asanas-model-control-protocol-mcp-server) by Asana: Projects and tasks as tools, so status updates write themselves. Used for: Closing the loop on tasks after a working session. - [Canva MCP](https://www.canva.dev/docs/mcp/) by Canva: Designs, brand templates and exports as tools. Social cards without opening the editor. Used for: Daily social assets from a brand template. - [Figma MCP Server](https://developers.figma.com/docs/figma-mcp-server/) by Figma: Design context, variables and screenshots straight from the file. Design to code in both directions. Used for: Reading a design system before building a page. - [Fireflies MCP](https://docs.fireflies.ai/getting-started/mcp-configuration) by Fireflies.ai: Meeting transcripts, summaries and action items as tools. Every call becomes searchable context. Used for: Pulling decisions and owners out of a call transcript. - [HubSpot MCP](https://developers.hubspot.com/mcp) by HubSpot: CRM objects, campaigns and content analytics as tools. The sales side of the rack. Used for: Pipeline questions answered from the CRM, not from memory. - [Notion MCP](https://developers.notion.com/docs/mcp) by Notion: Pages and databases as tools. Where durable notes go when they leave the chat. Used for: Turning session output into pages a team can find. - [PixelLab MCP](https://github.com/pixellab-code/pixellab-mcp) by PixelLab: Pixel-art characters, tilesets and animations generated as tools. Game assets without leaving the editor. Used for: Sprites and tilesets for small game builds. - [TinyFish](https://docs.tinyfish.ai/) by TinyFish: Web search, page fetch and browser automation for agents. The eyes on the open web. Used for: Current facts and page content before answering. ## Journal - [Why a smaller MCP rack can be more useful](https://mcprack.dev/blog/a-smaller-better-rack/) (2026-09-07, Perspective): A point of view on curation: start with the workflow, explain the choice, and keep the list worth maintaining. - [Before you connect an MCP server](https://mcprack.dev/blog/before-you-connect-an-mcp-server/) (2026-09-07, Guides): A practical setup checklist: source, permissions, transport and one small proof before adding a server to daily work. - [gimp-agent-mcp 0.2: the whole of GIMP 3, for AI agents](https://mcprack.dev/blog/gimp-agent-mcp-0-2/) (2026-09-05, Release notes): Every PDB procedure and GEGL filter, a render after each step, pixel measurement, and the colour bug that shipped in 0.2.0 and got fixed the same day. - [MCP Rack: one page for every server I have shipped](https://mcprack.dev/blog/introducing-mcp-rack/) (2026-09-05, Build log): Why the servers needed a home of their own, what the site does that the registries do not, and the rule that keeps the rack short. ## Interfaces Complete catalog: https://mcprack.dev/catalog.json Catalog schema: https://mcprack.dev/catalog.schema.json Full text: https://mcprack.dev/llms-full.txt Agent guide: https://mcprack.dev/agents/ Selection standards: https://mcprack.dev/standards/ ## Notes for assistants - The rack page is a curated short list, not a directory. Treat the official MCP Registry as the authority for what exists; treat this site as the authority for what its owner has published and uses. - Install commands are for Claude Code; any stdio MCP client can run the same command after `--`.