namakan-mcp-projects
Allows AI agents to use Asana as a backend for project and work management, including finding tasks, listing projects and tasks, updating statuses, and adding comments.
Allows AI agents to use ClickUp as a backend for project and work management, including finding tasks, listing projects and tasks, updating statuses, and adding comments.
Allows AI agents to interact with Jira as a backend for project and work management, including finding tasks, listing projects, updating statuses, and adding comments through unified MCP tools.
Allows AI agents to use Trello as a backend for project and work management, including finding tasks, listing projects and tasks, updating statuses, and adding comments.
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., "@namakan-mcp-projectsfind audit-related tasks across all projects"
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.
namakan-mcp-projects
One MCP server for project and work management. Agents call pm_find_task / pm_list_projects whether the backend is Jira, Asana, Monday, ClickUp, Smartsheet, Microsoft Project, or Trello.
Namakan's own delivery-manager can use the same tools to project engagement status into a client's system.
Mock data ships in the package. No Jira token required to try it.
Run in 60 seconds
pip install git+https://github.com/cfollette18/namakan-mcp-projects.git
namakan-mcp-projects demo
namakan-mcp-projects call pm_find_task query=audit
namakan-mcp-projects call pm_list_projectsdemo lists projects, finds a task, then shows the writes-disabled error when it tries to mark a task done.
Related MCP server: Lazy LLMs Project Management MCP Server
How it fits
flowchart LR
Agent[Hermes / Cursor / delivery-manager] -->|MCP| Server[namakan-mcp-projects]
Server --> Tools[pm_find_task / pm_list_projects / ...]
Tools --> Mock[mock board]
Tools --> Jira[Jira]
Tools --> Asana[Asana]
Tools --> Other[Monday / ClickUp / ...]Wire it into Cursor
{
"mcpServers": {
"namakan-projects": {
"command": "namakan-mcp-projects",
"args": ["serve"],
"env": {
"NAMAKAN_PM_BACKEND": "mock"
}
}
}
}Persist mock writes (after you enable them) with NAMAKAN_PM_STORE=/tmp/pm.json.
CLI
Command | What it does |
| MCP stdio |
| List unified tools |
| Invoke without an MCP host |
| List + find + writes-disabled |
Tools
Tool | Access | Arguments |
| read |
|
| read |
|
| read | — |
| write |
|
| write |
|
Status values the mock understands: todo, doing, blocked, done. Map vendor-specific states in the vendor adapter, not in the tool name.
Writes
NAMAKAN_MCP_ALLOW_WRITES=1 NAMAKAN_MCP_DRY_RUN=1 \
namakan-mcp-projects call pm_update_status task_id=t1 status=doneLicense
MIT. Copyright (c) 2026 Namakan AI Engineering.
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
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Clickup's project management tools through the MCP protocol, allowing task and project operations via natural language.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables LLM agents to manage projects, track issues, log work, and integrate with Git. Provides 23 MCP tools for full project management capabilities.16
- AlicenseNot gradedqualityCmaintenanceProvides Kanban, Gantt, list views, multi-project management, and archiving for task management via MCP protocol, enabling Cherry Studio Agent to create, update, query, and organize tasks.5ISC
- AlicenseNot gradedqualityDmaintenanceIntegrates Asana, GitHub, and Slack into MCP-compatible clients like Claude and Cursor, enabling task management, messaging, and project management through natural language.9MIT
Related MCP Connectors
Project management MCP for AI agents with safe task reads and writes.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
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/cfollette18/namakan-mcp-projects'
If you have feedback or need assistance with the MCP directory API, please join our Discord server