servicenow-mcp and easy-mcp
A production-ready ServiceNow integration server and a lightweight TypeScript framework for building MCP servers are ecosystem siblings—one is a specialized implementation while the other is a general-purpose toolkit for creating similar integrations.
About servicenow-mcp
aartiq/servicenow-mcp
Production-ready Model Context Protocol server for ServiceNow platform integration - ITOM, ITSM, CMDB with OAuth, natural language queries, and enterprise security controls
Exposes 400+ tools across 31+ ServiceNow modules (ITSM, ITOM, HRSD, CSM, ATF, Flow Designer, Service Portal, Integration Hub, and more) with role-based tool packages that enforce least-privilege access and reduce noise for specific personas. Implements a five-tier permission model where read access is always enabled, while write, CMDB, scripting, and automation capabilities require explicit opt-in flags. Supports unlimited simultaneous multi-instance and multi-tenant connections—developers can query dev, staging, and production environments or manage multiple customer tenants in a single session by passing instance parameters or switching globally.
About easy-mcp
zcaceres/easy-mcp
Absurdly easy Model Context Protocol Servers in Typescript
Provides an Express-like or experimental decorator-based API for defining MCP tools, resources, prompts, and templates with automatic type inference and minimal boilerplate. Features a context object for accessing logging, progress reporting, and resource reading within tool execution. Communicates via stdio transport and targets AI assistants and LLM clients integrating with the Model Context Protocol.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work