
Pleasanter MCP
Let your coding agent read and write Pleasanter table records while you build internal apps or workflows without leaving the editor.
Overview
Pleasanter MCP is a Build-phase MCP server that lets AI assistants perform data operations on your Pleasanter instance via streamable HTTP and an API key.
What is this MCP server?
- Streamable HTTP transport to your Pleasanter host at /mcp with required X-API-Key header
- Configurable server_host variable for self-hosted Pleasanter endpoints (e.g. pleasanter.example.com)
- Data operations on Pleasanter exposed to VS Code–compatible MCP clients
- Registry version 1.0.6 with Implem GitHub source for Pleasanter-Mcp-Registry
- No local npm package in manifest—connect via published remote URL pattern
- Published server version 1.0.6
- Transport: streamable-http with required X-API-Key header
- Remote URL pattern: https://{server_host}/mcp
What problem does it solve?
Switching between VS Code and the Pleasanter web UI to inspect or update records breaks flow when you want the agent to act on live operational data.
Who is it for?
Indie teams already on Pleasanter who want MCP-driven record workflows from Claude Code, Cursor, or VS Code.
Skip if: Builders not using Pleasanter, or anyone who needs a generic SQL/Postgres MCP without Implem’s platform.
What do I get? / Deliverables
After registration, your agent can target Pleasanter data operations through MCP using your host URL and API key without manual export-import loops.
- Registered remote MCP connection to Pleasanter /mcp endpoint
- Agent-callable Pleasanter data operations from the editor
- Repeatable integration pattern for tenant-specific server_host
Recommended MCP Servers
Journey fit
Pleasanter is an operational data platform; wiring it through MCP is core product integration work during the build phase. Remote streamable-http MCP with API key auth maps directly to third-party backend and low-code datastore integrations.
How it compares
Pleasanter-specific remote MCP integration, not a generic database skill or local ORM helper.
Common Questions / FAQ
Who is Pleasanter MCP for?
Developers and operators who run Pleasanter and want their AI coding agent to perform data operations from VS Code or other MCP clients.
When should I use Pleasanter MCP?
Use it during build and operate work when you need agent-assisted reads or writes against Pleasanter tables instead of manual UI steps.
How do I add Pleasanter MCP to my agent?
Add the streamable-http remote pointing to https://{your_server_host}/mcp, set the server_host variable, and supply your Pleasanter API key in the X-API-Key header.