Pleasanter MCP for Claude Desktop
io.github.implem/pleasanter-mcp
Pleasanter MCP - You can perform data operations on Pleasanter directly from VSCode
client:Claude Desktop
transport:streamable-http
Install Pleasanter MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pleasanter-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{server_host}/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs