Awesome MCPOther MCP Servers

zcaceres/gtasks-mcp

⭐ 163 TypeScript added to this list on 2025-05-06 repository created 2024-12-17

Google Tasks MCP Server connects an MCP client to the Google Tasks API. Five tools cover the full lifecycle of a task. search takes a query string and returns matching tasks with their details. list returns all tasks, with an optional cursor parameter for paginating through large lists. create takes a title plus optional notes, due date and target task list id. update takes a task id and uri and can change the title, notes, due date and status, where status is either needsAction or completed — which is how a task is marked done. delete removes a task. Tasks are also exposed as MCP resources, so a client can read them as addressable content rather than only through tool calls. The server is written in TypeScript and authenticates against Google with OAuth credentials the user provides, following the usual Google Cloud project and consent-screen setup; it is also listed on Smithery for one-command installation. Because Google Tasks is the checklist surface embedded in Gmail and Google Calendar, tasks created through this server appear in the interfaces the user already looks at. The audience is people who keep their to-do list in Google Tasks and want an assistant able to add and complete items in the course of a conversation.

https://github.com/zcaceres/gtasks-mcp

mcpgoogle-taskstodoproductivitytypescriptoauthtask-management

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.