ServiceNow MCP Lite
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., "@ServiceNow MCP LiteShow me the five most recent P1 incidents."
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.
ServiceNow
ServiceNow engineering by Vikram Karety: open tooling that brings AI to the Now Platform and platform discipline to AI.
Projects
ServiceNow MCP
A compact Model Context Protocol server that connects AI assistants (Claude, and any MCP-compatible client) to a ServiceNow instance. Twelve focused tools covering the essentials: Table API CRUD, aggregates, incident lifecycle, CMDB queries, knowledge search, and user lookup.
Credentials from environment variables only; nothing stored or logged
Every write goes through the standard Table API, so instance ACLs always apply
Runs against any instance, including a free Personal Developer Instance
cd "ServiceNow MCP" && npm install && npm run buildFull setup, configuration, and example prompts: ServiceNow MCP/README.md
ServiceNow Code Review
A Claude Code skill for full-lifecycle ServiceNow engineering: write, review, complete, debug, and find-missing code across every ServiceNow script type, from Business Rules and Client Scripts to UI Pages, Service Portal widgets, Scripted REST, ACLs, and Performance Analytics.
Auto-routes between review, author, complete, debug, and find-missing modes
Hunts the platform's silent no-ops: code that compiles to nothing, wrong-scope saves, Jelly-eaten template literals
Ships a standalone zero-dependency linter with 40 deterministic rules, usable in CI without Claude
cp -R "ServiceNow Code Review" ~/.claude/skills/servicenow-code-reviewInstall, usage, and the full reference layout: ServiceNow Code Review/README.md
Related MCP server: ServiceNow MCP Server
License
MIT for everything in this repository.
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/vikram-karety/ServiceNow'
If you have feedback or need assistance with the MCP directory API, please join our Discord server