Folk CRM MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Folk CRM MCP ServerFind Alex Rivera and remind me to send her the docs next Monday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
This repository is archived and no longer maintained.
This MCP server has been removed from the mpak registry.
Folk CRM MCP Server
An MCP (Model Context Protocol) server that provides access to Folk CRM functionality, allowing AI assistants to manage contacts, companies, notes, reminders, and more.
Features
Smart Search: Find people and companies by name with minimal token usage
Two-Phase Lookup: Quick search returns IDs, then fetch full details as needed
Contact Management: Create, update, and delete people and companies
Notes & Reminders: Attach context to your contacts
Interaction Logging: Track emails, meetings, and calls
Built-in Skill Resource: Serves a
skill://folk/usageresource that teaches LLMs correct tool routing, ID format rules, and situational handling patterns
Related MCP server: Attio MCP Server
Adding to Claude Code
From Registry (Published)
# Configure your Folk API key
mpak config set @nimblebraininc/folk api_key=your_api_key_here
# Add to Claude Code
claude mcp add folk -- mpak run @nimblebraininc/folkLocal Development
# Clone and enter the repo
git clone https://github.com/NimbleBrainInc/mcp-folk.git
cd mcp-folk
# Install dependencies
uv sync
# Build the bundle
make pack
# Configure your API key
mpak config set @nimblebraininc/folk api_key=your_api_key_here
# Add to Claude Code (use absolute path)
claude mcp add folk -- mpak run --local /path/to/mcp-folk/mcp-folk-0.1.0-darwin-arm64.mcpbConfiguration
Getting Your Folk API Key
Log in to your Folk workspace
Go to Settings > API
Create a new API key
Copy the key and configure with
mpak config set
Available Tools
Search (Use First)
Tool | Purpose |
| Find people by name, returns |
| Find companies by name, returns |
Details (After Finding)
Tool | Purpose |
| Full person info including all fields |
| Full company info including all fields |
Browse
Tool | Purpose |
| Paginated list of all people |
| Paginated list of all companies |
Groups & Filtering
Tool | Purpose |
| List all groups in the workspace |
| Find people in a group, optionally filtered by Status |
| Find companies in a group, optionally filtered by Status |
Actions
Tool | Purpose |
| Create new person |
| Create new company |
| Update person fields |
| Update company fields |
| Delete a person |
| Delete a company |
Notes & Reminders
Tool | Purpose |
| Add note to person |
| Get notes for person |
| Set a reminder |
| Log an interaction |
Utility
Tool | Purpose |
| Get current authenticated user |
Common Use Cases
Look up contacts
"Is Sarah Chen in my CRM?"
"Find everyone at Acme Corp"
"What's John's email?"
Add contacts after meetings
"Add Mike Johnson from today's meeting, he's a PM at Stripe"
"Create a contact for lisa@example.com"
Take notes
"Add a note to Sarah: discussed Q2 roadmap, she's interested in enterprise plan"
"What are my notes on the Acme deal?"
Set follow-ups
"Remind me to follow up with John next Tuesday"
"Set a reminder to check in with Sarah in 2 weeks"
Log interactions
"Log that I had a call with Mike today"
"Record my meeting with the Acme team"
Browse contacts
"Show me my recent contacts"
"List all companies in my CRM"
Query groups and pipelines
"Show me leads in 'Demos Management' with status 'Follow up 1'"
"List all people in my Investors group"
"Find active clients in my Customers group"
"What groups do I have in Folk?"
Example Flow
User: "I just had coffee with Alex Rivera, she's interested in our API. Remind me to send her docs next week."
AI: find_person("Alex Rivera")
→ {"found": true, "matches": [{"id": "abc123", "name": "Alex Rivera", "email": "alex@techco.io"}]}
AI: add_note("abc123", "Had coffee - interested in API, wants to see docs")
→ {"id": "note456", "added": true}
AI: log_interaction("abc123", "meeting", "2024-01-15T10:00:00Z")
→ {"id": "int789", "logged": true}
AI: set_reminder("abc123", "Send API docs to Alex", "2024-01-22T09:00:00Z")
→ {"id": "rem012", "set": true}
AI: "Done! I've added a note about your coffee chat, logged the meeting, and set a reminder for next Monday to send her the API docs."Development
# Install dev dependencies
uv sync --dev
# Run tests
uv run pytest tests/ -v
# Format code
uv run ruff format .
# Lint
uv run ruff check .
# Type check
uv run mypy src/
# Run all checks
make check
# Build bundle for testing
make packAPI Reference
This server uses the Folk REST API. Key endpoints:
Base URL:
https://api.folk.app/v1Authentication: Bearer token
Rate limits apply (see Folk documentation)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityFmaintenanceEnables interaction with Monica CRM instances to manage contacts, activities, tasks, notes, relationships, and reminders through natural language, wrapping Monica's REST API with 21 assistant-friendly tools.Last updated219
- Flicense-quality-maintenanceEnables AI assistants to interact with Attio CRM through natural language, providing complete access to companies, people, deals, tasks, lists, notes, and records with advanced search, batch operations, and relationship management.Last updated449
- FlicenseAqualityDmaintenanceIntegrates Attio CRM with AI clients to manage companies, people, and notes through 14 specialized tools. It supports dynamic schema discovery, enabling users to search, create, and update records within their Attio workspace.Last updated141
- Alicense-qualityCmaintenanceConnects Twenty CRM with AI assistants like Claude, enabling natural language interactions with customer data. Supports CRUD operations for people, companies, tasks, notes, and advanced search.Last updated4980MIT
Related MCP Connectors
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NimbleBrainInc/mcp-folk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server