Rippling MCP Server
About
Rippling HR/IT/Finance platform integration with 18 tools for managing employees, departments, payroll, benefits, time tracking, and company operations.
Details
- Author
- bifrost-mcp
- Categories
- Developer Tools
Jump to
Setup
Install Rippling MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/bifrost-mcp/rippling-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Rippling HR/IT/Finance platform integration with 18 tools for managing employees, departments, payroll, benefits, time tracking, and company operations.
An open-sourceModel Context Protocol(MCP) server for theRipplingHR/IT/Finance platform. Connect any AI agent or LLM to your Rippling workspace — query employees, manage leave requests, view company structure, and more.
- 18 toolsacross 6 domains: Company, Employees, Organization, Leave, Groups, Activity
- Bearer token auth— simple API token setup, no OAuth dance required
- Rate limit aware— respects Rippling's rate limit headers
- AI-friendly errors— structured error messages with actionable fix suggestions
- TypeScript— full type safety, built with@modelcontextprotocol/sdk
Go toRippling>Settings>API Tokens>Create API Token. Copy the token.
Add to yourclaude_desktop_config.json:
{ "mcpServers": { "rippling": { "command": "npx", "args": ["-y", "rippling-mcp-server"], "env": { "RIPPLING_API_TOKEN": "your_api_token_here" } } } }
- "List all employees in Engineering"
- "Who has pending leave requests?"
- "Show me the company org structure"
- "What's Alice's PTO balance?"
For sandbox/testing, setRIPPLING_BASE_URLtohttps://sandbox.rippling.com/api/platform/api.
# Install dependencies npm install # Run in development mode RIPPLING_API_TOKEN=your_token npm run dev # Run tests npm test # Build for production npm run build # Type check npm run lint
- Employee endpoints areread-only(Rippling API V1 restriction)
- API token permissions determine which fields are returned per employee
- Rate limits are enforced by Rippling (monitor via response headers)
- Leave request processing requires appropriate admin permissions
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





