Utsunomiya Server
FreeNot checkedEnables querying Utsunomiya city's open datasets using natural language, with features like listing datasets, viewing schemas, filtering, and statistical analys
About
Enables querying Utsunomiya city's open datasets using natural language, with features like listing datasets, viewing schemas, filtering, and statistical analysis.
README
This is an MCP (Model Context Protocol) server that provides access to Utsunomiya city's open data through natural language queries.
Features
- List available datasets from Utsunomiya city
- Get schema information for specific datasets
- Query dataset contents with filtering
- Statistical analysis of dataset values
- Caching for improved performance
Setup
- Install via pip:
pip install utsunomiya-mcp-server - Run directly:
utsunomiya-mcp
Usage with Claude Desktop
Add the following configuration to your claude_desktop_config.json:
{
"mcpServers": {
"utsunomiya-open-data": {
"command": "uvx",
"args": [
"--from",
"utsunomiya-mcp-server",
"utsunomiya-mcp"
]
}
}
}
Or if you installed it via pip in a specific environment:
{
"mcpServers": {
"utsunomiya-open-data": {
"command": "utsunomiya-mcp",
"args": []
}
}
}
Usage
The server provides several tools for interacting with Utsunomiya's open data:
list_datasets: Get available datasetsget_dataset_schema: Get schema information for a datasetquery_dataset: Query dataset contentsanalyze_dataset: Get statistical analysis of a dataset
Install Utsunomiya Server in Claude Desktop, Claude Code & Cursor
unyly install utsunomiya-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add utsunomiya-mcp-server -- uvx utsunomiya-mcp-serverFAQ
Is Utsunomiya Server MCP free?
Yes, Utsunomiya Server MCP is free — one-click install via Unyly at no cost.
Does Utsunomiya Server need an API key?
No, Utsunomiya Server runs without API keys or environment variables.
Is Utsunomiya Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Utsunomiya Server in Claude Desktop, Claude Code or Cursor?
Open Utsunomiya Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by 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
by mcpdotdirectCompare Utsunomiya Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
