mercari-jp-mcp
by msr2903
This server provides tools to interact with the Mercari Japan marketplace. It can be used in development mode for testing or integrated with Claude for Desktop to enhance its capabilities.
Last updated: N/A
What is mercari-jp-mcp?
This server is a tool that allows users to interact with the Mercari Japan marketplace. It provides functionality to query, filter, and retrieve data from Mercari, and can be integrated with Claude for Desktop to provide enhanced functionality.
How to use mercari-jp-mcp?
To use this server, first clone the repository and install the necessary dependencies using uv
. You can then run the server in development mode using uv run server.py
or integrate it with Claude for Desktop by modifying the claude_desktop_config.json
file as described in the README.
Key features of mercari-jp-mcp
Integration with Claude for Desktop
Querying Mercari Japan
Filtering by keywords and price
Development mode for testing
Use cases of mercari-jp-mcp
Enhancing Claude for Desktop with Mercari data
Automating Mercari searches
Building custom Mercari applications
Integrating Mercari data into other workflows
FAQ from mercari-jp-mcp
What is MCP?
What is MCP?
MCP likely refers to Mercari Compute Platform, a system for extending Claude's capabilities.
What dependencies are required?
What dependencies are required?
Python 3.11 or higher and the dependencies listed in pyproject.toml
, including mcp
, mercari
, and pydantic
.
How do I run the server in development mode?
How do I run the server in development mode?
Use the command uv run server.py
.
How do I integrate this with Claude for Desktop?
How do I integrate this with Claude for Desktop?
Edit the claude_desktop_config.json
file with the correct path to the server and restart Claude.
Where is the claude_desktop_config.json
file located?
Where is the claude_desktop_config.json
file located?
On macOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
. On Windows: $env:AppData\Claude\claude_desktop_config.json
.