Awesome MCPOther MCP Servers

jagan-shanmugam/open-streetmap-mcp

⭐ 224 Python added to this list on 2025-05-06 repository created 2025-03-03

OpenStreetMap MCP Server is a Python implementation of a Model Context Protocol server that gives language model hosts access to location based services built on OpenStreetMap data. It is distributed as the osm-mcp-server package and is normally launched with uvx from an MCP host such as Claude Desktop, Cursor or Windsurf, communicating over standard input and output. The server exposes both resources and tools. Resources include location://place/{query} for information about a place by name or address and location://map/{style}/{z}/{x}/{y} for styled map tiles at given coordinates. The tool set covers the common geospatial operations: geocode_address converts text into coordinates, reverse_geocode turns coordinates back into a readable address, find_nearby_places discovers points of interest around a location, get_route_directions returns turn by turn directions between two places, and search_category finds places of a given category inside a bounding box. Beyond these primitives the server ships higher level analysis tools: suggest_meeting_point proposes an optimal meeting spot for several people, explore_area collects comprehensive data about a neighborhood, find_schools_nearby locates educational institutions, analyze_commute compares transport options between home and work, find_ev_charging_stations filters charging infrastructure by connector type and power, analyze_neighborhood scores livability for real estate use cases, and find_parking_facilities reports parking options with availability and fee information. The repository includes two example clients, a basic one that connects to a locally running server and an assistant oriented helper class that shows how a model can chain location queries, and it documents debugging through the MCP Inspector. Development installs use pip install in editable mode, while packaging and publishing go through uv. It suits developers who want an assistant to answer spatial questions, plan routes or evaluate areas without wiring up the OpenStreetMap APIs by hand.

https://github.com/jagan-shanmugam/open-streetmap-mcp

mcp-serveropenstreetmapgeospatialgeocodingroutingmapslocationpoints-of-interestpython

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.