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.
Awesome MCP › Other MCP Servers
Open Data MCP is a Python project that connects public open data sources to LLM applications through the Model Context Protocol. It has two sides. On the access side it ships a CLI, published on PyPI as odmcp and normally run with uvx, that lists the available data providers, prints information about one, and writes or removes the matching MCP server entry in the Claude Desktop configuration. After a restart the client shows the new tools, so a user can ask questions answered from live data; the documented example is the ch_sbb provider, which serves disruption data for the Swiss SBB train network collected from data.sbb.ch. On the publishing side the repository is a place to contribute new datasets: each source becomes its own Python module under src/odmcp/providers, named by country code and organisation, and starts from a template file. Contributors decide whether a dataset is better served as an MCP tool, when it needs active querying, parameter filtering or computation, or as an MCP resource, when the content is static, small, file based or acts as reference documentation. Every tool or resource is expected to carry a purpose description, input and output schemas defined with Pydantic models, error handling and docstrings, plus tests covering basic behaviour, edge cases and failures. An experimental client script is included for checking a server before it is submitted. The project uses uv for environment and dependency management and pre-commit hooks for code quality, and states goals of minimal dependencies, type safety and standardisation so that many providers can be maintained together. It targets two audiences: users of MCP clients who want public datasets available inside a chat, and data publishers who want a distribution channel that makes their datasets discoverable by LLM tools.
https://github.com/OpenDataMCP/OpenDataMCP
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.
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.
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.
World Monitor is an AI-powered, real-time global intelligence dashboard aggregating news and monitoring geopolitical and infrastructure data for unified situational awareness.
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.
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...
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...
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.