folk-crm
Interact with Folk CRM to manage people, companies, groups, and notes via MCP tools.
README
Folk CRM MCP Server
MCP server for interacting with Folk CRM API. Provides 16 tools for managing people, companies, groups, and notes through any MCP-compatible client.
Installation
- Clone and install dependencies:
git clone https://github.com/fuego-wtf/folk-mcp.git
cd folk-mcp
pip install -r requirements.txt
- Create .env file with your API key:
cp .env.example .env
# Edit .env and add your Folk API key
Get your API key from: https://folk.app/settings/developers
Configuration
Claude Code
Add to your Claude Code MCP settings (~/.claude/settings.json or project .mcp.json):
{
"mcpServers": {
"folk-crm": {
"command": "python",
"args": ["/path/to/folk-mcp/server.py"]
}
}
}
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"folk-crm": {
"command": "python",
"args": ["/path/to/folk-mcp/server.py"],
"env": {
"FOLK_API_KEY": "your_api_key_here"
}
}
}
}
If using .env file, you can omit the env block.
Available Tools (16 total)
People
| Tool | Description |
|---|---|
folk_search_people |
Search for people by name, email, company |
folk_get_person |
Get full person details |
folk_create_person |
Create person with emails, companies, groups |
folk_update_person |
Update person fields, companies, groups |
folk_delete_person |
Delete a person |
Companies
| Tool | Description |
|---|---|
folk_search_companies |
Search companies by name |
folk_get_company |
Get full company details |
folk_create_company |
Create company with groups |
folk_update_company |
Update company fields, groups |
Groups
| Tool | Description |
|---|---|
folk_list_groups |
List all groups/lists |
folk_get_group_members |
Get members of a group |
folk_add_to_group |
Add person to a group |
folk_remove_from_group |
Remove person from a group |
folk_export_group |
Export group as CSV or JSON |
Notes
| Tool | Description |
|---|---|
folk_add_note |
Add a note to a person |
Key Features
- Company linking — Associate people with companies on create or update
- Group management — Add people/companies to groups with object-format IDs
- Retry logic — Automatic retry with exponential backoff for transient failures
- Rate limit handling — Respects
Retry-Afterheader on 429 responses - Input validation — All IDs validated before API calls
- Pagination — Cursor-based pagination for large result sets
- CSV export — Proper escaping via Python csv module
Usage Examples
Link a person to a company
Update person per_xxx in Folk — set their company to Graphyn (com_yyy)
Create a contact with company
Create a new person in Folk: Jane Doe, jane@example.com, linked to company "Acme Corp"
Search and export
Export the "Potential Investors" group from Folk as CSV
Add to a group
Add person per_xxx to the "Komunite" group in Folk
Security
- API keys loaded from
.envfile (never committed) - All IDs validated with regex patterns before API calls
- Rate limiting respected with automatic backoff
Folk API Documentation
For more details on the Folk API: https://developers.folk.app/
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。