Vilnius Transport
БесплатноНе проверенVilnius Transport — Model Context Protocol server
Описание
Vilnius Transport — Model Context Protocol server
README
A Model Context Protocol (MCP) server implementation that provides Vilnius public transport data access capabilities to Large Language Models (LLMs). This project demonstrates how to extend LLM capabilities with real-time transport data using the MCP standard.
The Model Context Protocol (MCP) is a standard that enables Large Language Models (LLMs) to securely access external tools and data. MCP allows LLMs to:
- Access real-time or local data
- Call external functions claude_desktop_config.json
- Interact with system resources
- Maintain consistent tool interfaces
This project implements an MCP server that provides Vilnius public transport data tools to LLMs, enabling them to answer queries about public transport stops and routes.
The server exposes the following MCP tools:
find_stops: Search for public transport stops by name{ name: string; // Full or partial name of the stop to search for }find_closest_stop: Find the closest public transport stop to given coordinates{ coordinates: string; // Format: "latitude, longitude" (e.g., "54.687157, 25.279652") }
To add the MCP server to your Claude development environment, add the following configuration to your claude_desktop_config.json file:
{
"mcpServers": {
"vilnius_transport": {
"command": "uv",
"args": [
"--directory",
"path/vilnius-transport-mcp-server/src/vilnius_transport_mcp",
"run",
"transport.py"
]
}
}
}
Note: Make sure to adjust the directory path to match your local installation.
To run the client:
uv run client.py path/src/vilnius_transport_mcp/transport.py
from github.com/sarunasdaujotis/vilnius-transport-mcp-server
Установка Vilnius Transport
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/sarunasdaujotis/vilnius-transport-mcp-serverFAQ
Vilnius Transport MCP бесплатный?
Да, Vilnius Transport MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Vilnius Transport?
Нет, Vilnius Transport работает без API-ключей и переменных окружения.
Vilnius Transport — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Vilnius Transport в Claude Desktop, Claude Code или Cursor?
Открой Vilnius Transport на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Vilnius Transport with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
