MCP-Server

manicdon7/MCP-Server

3.2

If you are the rightful owner of MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Chennai City Guide MCP Server is a Model Context Protocol server that provides curated information about Chennai city, designed for integration with AI assistants and MCP-compatible clients.

Chennai City Guide MCP Server

A Model Context Protocol (MCP) server that provides curated information about Chennai city. Designed for seamless integration with AI assistants and MCP-compatible clients, enabling dynamic discovery of tools and access to comprehensive local data.

Features

  • Discoverable Tools: Clients can dynamically discover available functions and services.
  • Find Places: Search for famous Chennai locations by category (e.g., temples, beaches).
  • Food Information: Access details about local dishes and recommend coffee shops.
  • Local Tips: Receive practical tips for tourists visiting Chennai.

Getting Started

Prerequisites

  • Node.js v16 or higher
  • MCP SDK and dependencies (install via npm)

Installation

# Clone the repository
git clone [repository-url]
cd chennai-city-guide-mcp-server

# Install dependencies
npm install

Running the Server

node server.js

The server will start and listen for connections from MCP-compatible clients.

Connecting a Client

Use an MCP-compatible client to connect to your running server. Once connected, clients can discover available tools and access curated Chennai city information.

Data Source

The server reads from a local JSON data file that contains:

  • Places to visit in Chennai
  • Local dishes and food recommendations
  • Practical tips for tourists

Feel free to update or expand the data by editing this file.

License

This project is licensed under the MIT License.