FreeloMCP
@karlost
关于 FreeloMCP
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"freelo-mcp": {
"command": "npx",
"args": [
"freelo-mcp"
],
"env": {
"FREELO_EMAIL": "[email protected]",
"FREELO_API_KEY": "VAS_API_KLIC"
}
}
}
}工具
28概览
What is FreeloMCP?
FreeloMCP is an unofficial community-built Model Context Protocol (MCP) server that provides 104 tools covering 100% of the Freelo API v1. It enables AI assistants (like Claude Desktop, Claude Code, Cline, and others) to interact with Freelo, a Czech project management and task-tracking service.
How to use FreeloMCP?
Install and run via npx (recommended) or clone the repository. Configure your MCP client (e.g., Claude Desktop) by adding a mcpServers entry with the command npx -y freelo-mcp and environment variables FREELO_EMAIL, FREELO_API_KEY, and FREELO_USER_AGENT. Restart the client and verify by asking to list your Freelo projects.
Key features of FreeloMCP
- 104 MCP tools covering 100% of Freelo API v1
- Fully tested: 207 unit tests + 82 real API tests
- Smart filtering with pagination and advanced filters
- HTTP Basic Authentication with API key
- Token limit fixes for large datasets
- MCP Annotations with automatic behavioral hints
- Modular architecture organized in 19 modules
- Supports Stdio, Streamable HTTP, and SSE transports
Use cases of FreeloMCP
- Manage tasks, subtasks, and task lists from an AI chat
- Create, update, and archive projects using natural language
- Track time, upload files, and manage comments on tasks
- Search across projects with full-text Elasticsearch
- Automate invoice generation and work report management
FAQ from FreeloMCP
Is FreeloMCP an official Freelo product?
No, this is an unofficial community project and is not directly supported by Freelo.
What runtime or dependencies are required?
Node.js is required. The server is published as an npm package and can be run via npx without local installation.
How does authentication work?
Authentication uses HTTP Basic Authentication with a Freelo API key. You must provide FREELO_EMAIL and FREELO_API_KEY as environment variables.
Where does my data live?
All data remains on Freelo’s servers. FreeloMCP only communicates with the Freelo API and does not store any data locally.
What transport protocols are supported?
Three transports are supported: Stdio (default for CLI tools), Streamable HTTP (recommended for HTTP clients), and SSE (deprecated). Use environment variables to configure the desired transport.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论