MCP intelligence layer for discovering and orchestrating Japanese SaaS MCP tools. AEO (Agent Engine Optimization) for the Agent Economy.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kansei-mcp-server": {
"command": "npx",
"args": [
"-y",
"kansei-link/kansei-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add kansei-mcp-server npx -y kansei-link/kansei-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"kansei-mcp-server": {
"command": "npx",
"args": [
"-y",
"kansei-link/kansei-mcp-server"
]
}
}
}