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
Related MCP server: Basecoat UI MCP Server
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides comprehensive date, time, timezone, and calendar operations powered by Luxon, enabling AI agents to perform time calculations, timezone conversions, and temporal data handling across 400+ IANA timezones.217MIT
- AlicenseAqualityDmaintenanceProvides programmatic access to 30+ Basecoat CSS (HTML port of ShadCN UI) components with usage documentation, setup scripts, and theme switching code. Enables AI assistants to help developers build accessible HTML interfaces with forms, navigation, feedback, interactive, and layout components.72510MIT
- Alicense-qualityDmaintenanceProvides AI assistants with direct terminal access to execute commands, manage files, and run persistent REPL sessions. It features automated installation scripts that educate AI assistants on its capabilities for seamless integration.MIT
- Alicense-qualityBmaintenanceEnables AI agents to install and bootstrap projects using Airlock Smith, a guided spec-building workflow.176Apache 2.0
Related MCP Connectors
Helps AI coding agents integrate MetaMask Embedded Wallets (Web3Auth) SDKs.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Convert and compare dates and times across any timezone with flexible, locale-aware formatting. Ad…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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