Unofficial community MCP server for Furunavi product search, details, login, and favorites
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"furunavi-mcp-communi": {
"command": "npx",
"args": [
"-y",
"new-village/furunavi-mcp-community"
]
}
}
}
Run in terminal:
claude mcp add furunavi-mcp-communi npx -y new-village/furunavi-mcp-community
Add to .cursor/mcp.json:
{
"mcpServers": {
"furunavi-mcp-communi": {
"command": "npx",
"args": [
"-y",
"new-village/furunavi-mcp-community"
]
}
}
}