Freelancer Stack
A streamlined toolkit for independent developers who need to manage clients, ship projects, and get paid reliably.
Token Budget
Moderate token usage. You will have good room for prompts but watch if adding more servers.
Config
Paste in ~/.claude.json
{
"mcpServers": {
"github-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
}
},
"stripe-mcp": {
"command": "npx",
"args": [
"-y",
"@stripe/mcp",
"--tools=all"
],
"env": {
"STRIPE_SECRET_KEY": "YOUR_STRIPE_SECRET_KEY"
}
},
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"notion-mcp-server"
],
"env": {
"NOTION_API_KEY": "YOUR_NOTION_API_KEY"
}
},
"todoist-mcp": {
"command": "npx",
"args": [
"-y",
"todoist-mcp"
],
"env": {
"TODOIST_API_TOKEN": "YOUR_TODOIST_API_TOKEN"
}
},
"slack-official-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN",
"SLACK_TEAM_ID": "YOUR_SLACK_TEAM_ID"
}
},
"sentry-mcp": {
"command": "npx",
"args": [
"-y",
"sentry-mcp"
],
"env": {
"SENTRY_AUTH_TOKEN": "YOUR_SENTRY_AUTH_TOKEN"
}
}
}
}Included Servers
GitHub MCP
Anthropic
Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.
Hosts client projects with clear version history and collaboration features that build trust with clients.
Stripe MCP
Stripe
Integrate Stripe APIs for payments, subscriptions, customers, and invoices directly from your AI editor using the official Stripe agent toolkit.
Sends invoices and processes payments so you spend less time chasing money and more time building.
Notion MCP
Community
Access and manage Notion pages, databases, and blocks. Create content, query databases, and organize your workspace from your AI editor.
Organizes project specs, client briefs, and contracts in shareable workspaces that keep everyone on the same page.
Todoist MCP
Community
Manage your Todoist tasks, projects, and labels. Create, complete, and organize tasks from your AI editor.
Tracks deliverables and deadlines across multiple client projects without letting anything slip through the cracks.
Slack MCP (Official)
Anthropic
Official MCP server for Slack. Send and read messages, manage channels, and search conversations from your AI editor.
Provides a professional communication channel for client updates and quick feedback loops.
Sentry MCP
Sentry
Query Sentry for error tracking, performance monitoring, and issue management directly from your AI editor.
Monitors deployed projects for errors so you can fix issues before clients even notice them.
Recommended Skills
Skills that pair with the servers in this stack. Learn more
For GitHub MCP
Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.
npx skillsadd callstackincubator/agent-skills/githubDebug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.
npx skillsadd openai/skills/gh-fix-ciAddress PR review comments using GitHub CLI. Streamlines the code review response workflow.
npx skillsadd openai/skills/gh-address-commentsAutomated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.
For Stripe MCP
Official Stripe skill covering payment API patterns, Checkout Sessions, PaymentIntents, PCI compliance, and idempotency.
npx skillsadd stripe/ai/stripe-best-practicesOfficial Stripe skill for upgrading API versions, SDKs, Stripe.js, and mobile SDKs safely.
npx skillsadd stripe/ai/upgrade-stripeFor Notion MCP
Convert conversations into structured Notion pages. Automatically organizes knowledge into databases and linked pages.
npx skillsadd openai/skills/notion-knowledge-captureTurn Notion specs into implementation plans and tasks. Bridges product requirements with engineering execution.
npx skillsadd openai/skills/notion-spec-to-implementationSEO-optimized marketing content with consistent brand voice. Pairs with Notion MCP for content management workflows.
For Sentry MCP
Read-only observability: list issues, view events, monitor production errors via Sentry API. Includes bundled Python script.
npx skillsadd openai/skills/sentry