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.
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
Adding to Claude Code
From Registry (Published)
Local Development
Configuration
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 |
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"
Example Flow
Development
API 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