Asana MCP Hybrid Integration
A hybrid MCP server system that enables natural language management of Asana tasks, projects, and portfolios with enhanced security controls. It features a specialized guard server to provide audit logging and two-step confirmation for destructive actions like deletions.
README
Asana MCP Hybrid Integration
Asana公式MCP V2 + ローカルMCPガードサーバーのハイブリッド構成で、
Cursor Agent から自然言語でAsanaのポートフォリオ/プロジェクト/タスク管理を安全に実行する基盤。
Architecture
| MCP Server | Role | Transport |
|---|---|---|
| asana-official | 日常操作 (閲覧, 作成, 更新, 検索) | npx mcp-remote → Asana MCP V2 |
| asana-guard | ガード付き操作 (削除, 一括更新, 命名規則, 監査) | Python stdio |
Prerequisites
- Windows 10+
- Python 3.12+
- Node.js v22+ (for
npx mcp-remote) - Asana account with Developer Console access
Quick Start
# 1. Activate virtual environment
.venv\Scripts\Activate.ps1
# 2. Store your Asana PAT
python scripts\setup_auth.py
# 3. Verify connection
python scripts\verify_connection.py
# 4. Restart Cursor to load MCP servers
Guard MCP Tools
| Tool | Description |
|---|---|
guard_delete_task |
Preview task deletion + issue confirm token |
guard_delete_project |
Preview project deletion + issue confirm token |
guard_confirm_delete |
Execute deletion with valid confirm token |
guard_audit_log |
Search audit log entries |
guard_check_connection |
Verify Asana API connectivity |
Security
- Secrets are stored in Windows Credential Manager via
keyring(DPAPI encrypted) - All guarded operations are logged to
logs/audit_YYYYMMDD.jsonl - Delete operations require two-step confirmation (preview → approve → execute)
- Sensitive values are automatically masked in audit logs
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.