rollup-plugin-mcp is a plugin for Rollup that integrates an MCP (Model Context Protocol) server, allowing for enhanced interactions between AI and the build process. It enables AI to interact with and modify the build process while providing detailed diagnostics and module information.
rollup-plugin-mcp is a plugin for Rollup that integrates an MCP (Model Context Protocol) server, allowing for enhanced interactions between AI and the build process. It enables AI to interact with and modify the build process while providing detailed diagnostics and module information.
npm install rollup-plugin-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"rollup-plugin-mcp": {
"command": "npx",
"args": [
"-y",
"npm install rollup-plugin-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from rollup-plugin-mcp?"
No configuration required. This server works out of the box.
"What resources are available in rollup-plugin-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in rollup-plugin-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in rollup-plugin-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.