A Model Completion Protocol (MCP) server implementation for ServiceNow, allowing Claude to interact with ServiceNow instances.
Servicenow MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Servicenow MCP directly instead of describing what you should do. A Model Completion Protocol (MCP) server implementation for ServiceNow, allowing Claude to interact with ServiceNow instances.
This project implements an MCP server that enables Claude to connect to ServiceNow instances, retrieve data, and perform actions through the ServiceNow API. It serves as a bridge between Claude and ServiceNow, allowing for seamless integration.
Once Servicenow MCP is connected, these are the calls the assistant has available:
Solution — Make sure you're passing a dictionary with the parameters, not a Pydantic model objectNote — The change management tools have been updated to handle this error automatically. The functions will now attempt to unwrap parameters if they'rePrerequisites — The Prerequisites tool exposed by this serverSetup — 1. Clone this repository: git clone https://github.com/yourusername/servicenow-mcp.git cd servicenow-mcpExample — See the examples/sse_server_example.py file for a complete example of setting up and running the SSE serverDocumentation — Additional documentation is available in the docs directory:Troubleshooting — The Troubleshooting tool exposed by this serverContributing — Contributions are welcome! Please feel free to submit a Pull RequestYou will need 8 environment variables: SERVICENOW_INSTANCE_URL, SERVICENOW_USERNAME, SERVICENOW_PASSWORD, SERVICENOW_AUTH_TYPE, SERVICENOW_CLIENT_ID, SERVICENOW_CLIENT_SECRET, SERVICENOW_TOKEN_URL, SERVICENOW_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Servicenow MCP's toolset — Solution, Note, Prerequisites and 5 more — is a fair guide to whether it matches your workflow. It is maintained by shameerampcome; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Solution | Make sure you're passing a dictionary with the parameters, not a Pydantic model object. |
| Note | The change management tools have been updated to handle this error automatically. The functions will now attempt to unwrap parameters if they're incorrectly wrapped or passed as a Pydantic model object. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | 1. Clone this repository: git clone https://github.com/yourusername/servicenow-mcp.git cd servicenow-mcp |
| Example | See the examples/sse_server_example.py file for a complete example of setting up and running the SSE server. |
| Documentation | Additional documentation is available in the docs directory: |
| Troubleshooting | The Troubleshooting tool exposed by this server. |
| Contributing | Contributions are welcome! Please feel free to submit a Pull Request. |
| Variable | Description | Required |
|---|---|---|
| SERVICENOW_INSTANCE_URL | Endpoint or connection string the server talks to. | Yes |
| SERVICENOW_USERNAME | Configuration value read at startup. | Optional |
| SERVICENOW_PASSWORD | Configuration value read at startup. | Optional |
| SERVICENOW_AUTH_TYPE | Configuration value read at startup. | Optional |
| SERVICENOW_CLIENT_ID | Configuration value read at startup. | Optional |
| SERVICENOW_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| SERVICENOW_TOKEN_URL | Credential the server authenticates with. | Yes |
| SERVICENOW_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.