Trello MCP Server
About
Uses a Trello board as a knowledge base to store and retrieve code snippets, notes, and other information.
Details
- Author
- pscheit
- Categories
- Productivity, Other, Knowledge Base
Jump to
Setup
Install Trello MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/pscheit/trello-knowledge-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
Uses a Trello board as a knowledge base to store and retrieve code snippets, notes, and other information.
An MCP (Model Context Protocol) server that uses Trello as a knowledge base for storing and retrieving code snippets, notes, and other information.
Claude wrote this. I didnt verify line by line what it wrote. So be aware when using this and do your own review. I provide this repo as is and will not be responsible for any damages this causes.
- Store code snippets and notes as Trello cards
- Search across card titles, descriptions, and labels
- Organize knowledge by boards and lists
- Tag-based categorization using Trello labels
- Full CRUD operations on your knowledge base
Prerequisites: Make sure you havedirenvinstalled for environment variable management.
- First, create a Power-Up athttps://trello.com/power-ups/admin(required for API access)
- Go to your Power-Up's "API Key" tab and generate a new API key
- Generate a Token by clicking the Token link (its hidden in the text)
- Copy both your API Key and Token
- Create a new Trello board for your knowledge base
- Create lists like "Code Snippets", "Configuration", "Notes", etc.
- Copy the board ID from the URL
# Edit .envrc with your Trello credentials # Make sure direnv is installed and allowed for this directory direnv allow
Configure Claude Desktop:Add this to your Claude Desktop configuration file:
macOS:~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:%APPDATA%\Claude\claude_desktop_config.jsonLinux:~/.config/Claude/claude_desktop_config.json
{ "mcpServers": { "trello-knowledge": { "command": "node", "args": ["src/index.js"], "cwd": "/path/to/your/trello-mcp-server", "env": { "TRELLO_API_KEY": "your_api_key_here", "TRELLO_TOKEN": "your_token_here", "TRELLO_KNOWLEDGE_BOARD_ID": "your_board_id_here" } } } }
Windows PowerShell(if Node.js isn't in PATH):
{ "mcpServers": { "trello-knowledge": { "command": "C:\\Program Files\\nodejs\\node.exe", "args": ["C:\\Users\\YourUsername\\path\\to\\trello-mcp-server\\src\\index.js"], "env": { "TRELLO_API_KEY": "your_api_key_here", "TRELLO_TOKEN": "your_token_here", "TRELLO_KNOWLEDGE_BOARD_ID": "your_board_id_here" } } } }
Alternative with direnv(if you want Claude Desktop to inherit your shell environment):
{ "mcpServers": { "trello-knowledge": { "command": "bash", "args": ["-c", "cd /path/to/your/trello-mcp-server && eval \"$(direnv export bash)\" && node src/index.js"], "cwd": "/path/to/your/trello-mcp-server" } } }
Restart Claude Desktopfor the changes to take effect.
Once connected to Claude Desktop, you can:
- Store knowledge:"Remember that in Symfony, to prettify JSON responses, I use..."
- Retrieve knowledge:"How did I handle JSON responses in Symfony?"
- Search:"Show me all my Docker-related snippets"
- Organize:Cards are automatically tagged and categorized
- store_knowledge- Save a new piece of information
- search_knowledge- Find existing information
- get_knowledge- Retrieve specific knowledge by ID
- list_topics- Show all available topics/categories
This project is licensed under the MIT License - see theLICENSEfile for details.
Create notes, search, & think with your Fabric AI workspace
Interact with your Anytype data through its API, enabling AI assistants to access your information.
MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.
Personal Knowledge Base MCP — 22 tools for AI agents to access your curated reading intelligence.
Integrates Model Context Protocol (MCP) with Obsidian, allowing AI assistants to interact with your notes and vault.
The visual deal tracker for AI agents to search pipelines, log notes, qualify leads, and export live reports.
Create notes in Flomo through AI chat interactions in Cursor or Claude desktop.
Manage and share personal knowledge, daily notes, and reusable prompts using GitHub Gists.
Historis keeps track of what happened — so you and your AI are never out of sync. Everything lands in one shared timeline, linked to the right people. Ask for the brief: what happened, what you should know, what needs handling.
A Markdown-based second brain with a hosted MCP server. Your AI reads, searches, creates, and links your notes. Free tier included.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





