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
MCP Server for Odoo is a Python Model Context Protocol server that lets AI assistants work with an Odoo ERP system over XML-RPC. It supports searching and retrieving any Odoo record such as customers, products or invoices, creating records with field validation and permission checks, updating and deleting records within model-level permissions, counting records that match criteria and inspecting model fields to learn the data structure. Server-side aggregation groups, sums and counts without pulling raw rows, and an opt-in escape hatch invokes any public Odoo method, which covers workflow actions such as posting an invoice or confirming a sales order. Results are formatted as hierarchical text intended for language models, with pagination for large result sets, automatic selection of the most relevant fields per model and responses in a chosen language. Authentication uses either an API key or a username and password. There are two operating modes: a standard mode that requires the companion Odoo MCP module from the Odoo app store and provides access control for production use, and a YOLO mode that works against any Odoo instance with XML-RPC enabled and is meant only for testing and demonstrations. Odoo 16 or later and Python 3.10 or later are required, and the server runs on the machine hosting the AI client rather than on the Odoo server. Installation is through uvx, pip, pipx, Docker images on Docker Hub and GHCR, or from source, and the README gives configuration snippets for Claude Desktop, Claude Code, Cursor, VS Code with Copilot, Windsurf and Zed. A streamable HTTP transport exists but has no built-in authentication, so the documentation advises exposing it only on trusted networks or behind an authenticating reverse proxy. The project is licensed under MPL 2.0.
https://github.com/ivnvxd/mcp-server-odoo
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.