- Explore MCP Servers
- tablog-mcp
Tablog Mcp
What is Tablog Mcp
tablog-mcp is an MCP Server designed for Tablog.com, enabling users to search for restaurants in Japan, particularly in Tokyo, using various filters such as cuisine type and maximum cost.
Use cases
Use cases for tablog-mcp include finding izakayas with good reviews, searching for vegan or vegetarian restaurants, locating affordable curry spots, and discovering places to eat okonomiyaki within a specified budget.
How to use
To use tablog-mcp, clone the repository from GitHub, install the necessary dependencies, and run the server in development mode. You can then interact with the server to search for restaurants based on your preferences.
Key features
Key features of tablog-mcp include the ability to search for restaurants by cuisine and location, filter results by maximum cost in Yen, and the potential for future enhancements such as additional filters and smarter text responses.
Where to use
tablog-mcp is primarily used in the food and restaurant industry, particularly for users looking to explore dining options in Tokyo, Japan.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Tablog Mcp
tablog-mcp is an MCP Server designed for Tablog.com, enabling users to search for restaurants in Japan, particularly in Tokyo, using various filters such as cuisine type and maximum cost.
Use cases
Use cases for tablog-mcp include finding izakayas with good reviews, searching for vegan or vegetarian restaurants, locating affordable curry spots, and discovering places to eat okonomiyaki within a specified budget.
How to use
To use tablog-mcp, clone the repository from GitHub, install the necessary dependencies, and run the server in development mode. You can then interact with the server to search for restaurants based on your preferences.
Key features
Key features of tablog-mcp include the ability to search for restaurants by cuisine and location, filter results by maximum cost in Yen, and the potential for future enhancements such as additional filters and smarter text responses.
Where to use
tablog-mcp is primarily used in the food and restaurant industry, particularly for users looking to explore dining options in Tokyo, Japan.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Tablog MCP Server
This server allows your LLM to search for restaurants in Tablog, a website that is used locally in Japan to rate restaurants and often works better than Google Maps for planning which restaurants to visit in Japan!
Right now, the server is only able to search for restaurants, given the cuisine and location in Tokyo, and can filter by the maximum cost in Yen. There are a lot more filters that can be added!
Example prompts:
Give me a list of izakayas in Kichijoji with great local reviews, max 3000 yen. Any good vegan or vegetarian restaurants around Harajuku? What’s a cheap but popular curry spot in Akihabara? Where should I eat okonomiyaki in Tokyo? Ideally under 2500 yen.
Running Locally
To run this server locally for development or testing:
-
Clone the repository:
git clone https://github.com/sgoel97/tablog-mcp cd tablog-mcp -
Install uv, then sync dependencies using uv:
curl -LsSf https://astral.sh/uv/install.sh | sh # download uv if not already installed uv sync -
Run the server in development mode:
uv run mcp dev src/server.py
The server will start alongside the MCP Inspector, which can then be used for testing.
Adding to Claude Desktop
To add this server to your config, add the following to your Claude config in claude_desktop_config.json.
Future Improvements
- [ ] Add filtering by date/time and number of people
- [ ] Make search more generic, not requiring specific area and cuisine codes
- [ ] Return a smarter segment of text in the restaurant’s
textfield - [ ] Allow search over more restaurants at once
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










