development
documentation
public
What is OlaMaps?
Official Ola Maps MCP Server for services like geocode, directions, place details and many more.
Documentation
OLA Maps MCP Server
Overview
This server allows for the management of map data using the Model Context Protocol.
Installation
To install, use the following command:
pip install ola-maps-mcp-server
Usage
After installation, you can start the server with:
ola-maps-mcp-server start
Configuration
Configuration options can be set in the config.json file.
Server Config
{
"mcpServers": {
"olamaps-server": {
"command": "npx",
"args": [
"olamaps"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
OLA Development Team
Category:
official
License:
MIT License
Tags:
development
documentation
public