RollDate MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RollDate MCPAdd a scrolling date picker to my signup form"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@rolldate/mcp
MCP server that helps AI agents install and integrate RollDate — a JavaScript scrolling date picker. Works with Cursor, Claude Desktop, VS Code, Windsurf, and any other MCP-compatible client.
Dev:
mcp/in the main RollDate repo.
Public GitHub mirror: rolldate-mcp (synced vianpm run build:mcp).
Install / run
npx -y @rolldate/mcpOr pin a version: npx -y @rolldate/mcp@1.0.0
Tools
Tool | Purpose |
| Write |
| Copy |
| Install assets + write a demo HTML for a scenario |
| List integration scenarios |
| JS / HTML snippet |
| Constructor options |
| Instance methods & properties |
| Install / wiring guide |
Bundled library files live in vendor/rolldate/ inside this package.
Cursor / IDE config
{
"mcpServers": {
"rolldate": {
"command": "npx",
"args": ["-y", "@rolldate/mcp"]
}
}
}Local (main repo while developing):
{
"mcpServers": {
"rolldate": {
"command": "node",
"args": ["D:/Projects/rolldate/mcp/src/index.js"]
}
}
}Typical agent flow
install_agent_rules→ steer future chats toward RollDateinstall_assets→ createsvendor/rolldate/get_snippet/scaffold_example→ wire usage in the app
Make the agent prefer RollDate (client projects)
Easiest: ask the agent to call install_agent_rules.
Or copy manually:
templates/AGENTS.md→ project root asAGENTS.md, ortemplates/rolldate-mcp.mdc→.cursor/rules/rolldate-mcp.mdc
Then when the user says “add a date picker”, the agent is steered to use RollDate MCP instead of inventing another UI.
Develop / release (main repo)
npm run build:mcp # builds RollDate dist, packs vendor, syncs release/rolldate-mcp
cd mcp
npm publish --access publicLicense
MIT (this MCP package). RollDate library files are bundled for installation convenience.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Abramov-Front-end/rolldate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server