A Model Context Protocol (MCP) server that exposes japicmp as an AI tool.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"japicmp-mcp-server": {
"command": "npx",
"args": [
"-y",
"siom79/japicmp-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add japicmp-mcp-server npx -y siom79/japicmp-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"japicmp-mcp-server": {
"command": "npx",
"args": [
"-y",
"siom79/japicmp-mcp-server"
]
}
}
}