How to Use the CoFounder.im MCP Server with AI Agents

Connect your favorite AI coding agent to CoFounder.im's MCP server. Pull project data, build specs, and agent outputs directly into Claude Code, Cursor, Windsurf, Cline, or GitHub Copilot.

Beginner Friendly
3 minutes read
6 steps
1

Create and Validate Your Project

First, create a project on CoFounder.im and run the AI agents to analyze your startup idea. The MCP server exposes your project data and agent outputs to any MCP-compatible AI coding agent, so you need completed agent outputs to pull.

Pro Tip
Projects with status 'completed' have the full build specification available. Make sure all agents have finished running.
Related AI Agent: Idea Validator
2

Generate Your API Token

Go to cofounder.im/users/settings and generate an API token. This bearer token (starting with 'cfr_') authenticates your MCP connection. You'll add it to your AI agent's configuration file.

Pro Tip
The same API token works for both the MCP server and the REST API.
3

Configure Your AI Agent

Add the CoFounder.im MCP server to your agent's configuration. For Claude Code, add to .mcp.json; for Cursor, add to .cursor/mcp.json; for Windsurf, add to ~/.codeium/windsurf/mcp_config.json. The server URL is https://mcp.cofounder.im/mcp with your token in the Authorization header.

Pro Tip
The configuration is just a JSON block with the URL and auth header — no installation or packages needed.
4

List Your Projects

Once connected, your AI agent can use the 'list_projects' tool to see all your CoFounder.im projects. This returns project names, statuses, descriptions, and IDs that you'll use to fetch specific build specs.

Pro Tip
Only projects with completed agents will have useful build spec data to pull.
5

Pull Your Build Specification

Use the 'get_build_spec' tool with a project ID to retrieve the complete build specification. This includes all agent outputs: tech stack, MVP plan, UI/UX design, implementation plan, market research, and more — everything your AI agent needs to start building.

Pro Tip
If context window size is a concern, use 'get_agent_output' to fetch individual agent outputs instead of the full build spec.
6

Start Building with Your AI Agent

Now your AI coding agent has full context about your validated startup idea. Ask it to build features based on the tech stack recommendations, implement the MVP plan, or follow the implementation steps. The build spec serves as your project's source of truth.

Pro Tip
Reference specific agent outputs (e.g., 'use the UI/UX design system from my CoFounder project') for more targeted results.

Set Up MCP Server

Put this guide into action with our AI-powered startup tools.

Get Started