Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Utsunomiya Server

FreeNot checked

Enables querying Utsunomiya city's open datasets using natural language, with features like listing datasets, viewing schemas, filtering, and statistical analys

GitHubEmbed

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

  1. Install via pip: pip install utsunomiya-mcp-server
  2. 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 datasets
  • get_dataset_schema: Get schema information for a dataset
  • query_dataset: Query dataset contents
  • analyze_dataset: Get statistical analysis of a dataset

from github.com/takurot/utsunomiya-mcp-server

Install Utsunomiya Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install utsunomiya-mcp-server

Installs 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-server

FAQ

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

Compare 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