Awesome MCPOther MCP Servers

roychri/mcp-server-asana

⭐ 148 TypeScript added to this list on 2025-05-14 repository created 2024-12-04

MCP Server for Asana lets an MCP client work against an Asana workspace. Its tools cover the objects Asana organises work into: workspaces, projects, tasks and comments — searching and listing them, reading details, creating tasks and updating or completing existing ones. A create-task prompt is provided alongside the tools. Configuration is two environment variables. ASANA_ACCESS_TOKEN is required and scopes the server to whatever that token can reach. READ_ONLY_MODE is the more interesting one: setting it to true disables every tool that creates, updates or deletes, and also disables the create-task prompt, leaving only reads available. That gives a safe way to let an assistant answer questions about a live workspace without any possibility of it modifying real project data — useful while evaluating the server or when the workspace is shared with people who did not opt into automated edits. The server is TypeScript, published on npm as @roychri/mcp-server-asana. The README notes a practical prompting detail: mentioning the word Asana in the request makes the model more likely to select these tools rather than answering from memory. The audience is teams tracking work in Asana who want status questions and task creation handled in conversation.

https://github.com/roychri/mcp-server-asana

mcpasanaproject-managementtaskstypescriptread-only-modeproductivity

Also in Other MCP Servers

microsoft/markitdown

MarkItDown is a Python tool that converts various file formats into Markdown and integrates with LLM applications via an MCP server for enhanced text analysis and document processing.

punkpeye/awesome-mcp-servers

A curated collection of Model Context Protocol (MCP) servers that enable AI models to securely interact with local and remote resources through standardized server implementations.

modelcontextprotocol/servers

The Model Context Protocol Servers repository offers reference implementations and third-party integrations that demonstrate how MCP enables Large Language Models to securely access and interact with diverse tools and data sources.

koala73/worldmonitor

World Monitor is an AI-powered, real-time global intelligence dashboard aggregating news and monitoring geopolitical and infrastructure data for unified situational awareness.

headroomlabs-ai/headroom

Headroom is a context compression layer for AI agents, reducing token usage by 60-95% while preserving accuracy, implemented as a library, proxy, and MCP server.

diegosouzapw/OmniRoute

OmniRoute is a free AI gateway that connects various AI tools and models from over 230 providers through a single endpoint, featuring token compression, smart auto-fallback, and support for Model C...

rohitg00/ai-engineering-from-scratch

This comprehensive curriculum teaches AI engineering from scratch, focusing on building AI algorithms, agents, and MCP servers hands-on, covering everything from mathematical foundations to autonom...

every-app/open-seo

Open source, self-hostable SEO platform that exposes its keyword, rank, backlink and site-audit data to AI agents through an MCP server and a set of companion agent skills.