SN-MCP-Server
Rank #23,237io.github.ImJaineel/SN-MCP-Server
Multi-instance read-only MCP server for ServiceNow
SN-MCP-Server is a Model Context Protocol (MCP) server published by ImJaineel. It ranks #23,237 of 132,046 servers tracked on MCP Toplist. SN-MCP-Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on May 23, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 108,809 of 132,046 servers on MCP Toplist.
Use SN-MCP-Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sn-mcp-server -e "SN_INSTANCE_CONFIG=<your SN_INSTANCE_CONFIG>" -e "SN_MCP_SERVER_VERBOSE=<your SN_MCP_SERVER_VERBOSE>" -e "SN_LOG_DIR=<your SN_LOG_DIR>" -e "GITHUB_TOKEN=<your GITHUB_TOKEN>" -- npx -y @imjaineel-dev/sn-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.sn-mcp-server]
command = "npx"
args = ["-y", "@imjaineel-dev/sn-mcp-server"]
[mcp_servers.sn-mcp-server.env]
SN_INSTANCE_CONFIG = "<your SN_INSTANCE_CONFIG>"
SN_MCP_SERVER_VERBOSE = "<your SN_MCP_SERVER_VERBOSE>"
SN_LOG_DIR = "<your SN_LOG_DIR>"
GITHUB_TOKEN = "<your GITHUB_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sn-mcp-server": {
"command": "npx",
"args": [
"-y",
"@imjaineel-dev/sn-mcp-server"
],
"env": {
"SN_INSTANCE_CONFIG": "<your SN_INSTANCE_CONFIG>",
"SN_MCP_SERVER_VERBOSE": "<your SN_MCP_SERVER_VERBOSE>",
"SN_LOG_DIR": "<your SN_LOG_DIR>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sn-mcp-server": {
"command": "npx",
"args": [
"-y",
"@imjaineel-dev/sn-mcp-server"
],
"env": {
"SN_INSTANCE_CONFIG": "<your SN_INSTANCE_CONFIG>",
"SN_MCP_SERVER_VERBOSE": "<your SN_MCP_SERVER_VERBOSE>",
"SN_LOG_DIR": "<your SN_LOG_DIR>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sn-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@imjaineel-dev/sn-mcp-server"
],
"env": {
"SN_INSTANCE_CONFIG": "<your SN_INSTANCE_CONFIG>",
"SN_MCP_SERVER_VERBOSE": "<your SN_MCP_SERVER_VERBOSE>",
"SN_LOG_DIR": "<your SN_LOG_DIR>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sn-mcp-server": {
"command": "npx",
"args": [
"-y",
"@imjaineel-dev/sn-mcp-server"
],
"env": {
"SN_INSTANCE_CONFIG": "<your SN_INSTANCE_CONFIG>",
"SN_MCP_SERVER_VERBOSE": "<your SN_MCP_SERVER_VERBOSE>",
"SN_LOG_DIR": "<your SN_LOG_DIR>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sn-mcp-server": {
"command": "npx",
"args": [
"-y",
"@imjaineel-dev/sn-mcp-server"
],
"env": {
"SN_INSTANCE_CONFIG": "<your SN_INSTANCE_CONFIG>",
"SN_MCP_SERVER_VERBOSE": "<your SN_MCP_SERVER_VERBOSE>",
"SN_LOG_DIR": "<your SN_LOG_DIR>",
"GITHUB_TOKEN": "<your GITHUB_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ImJaineel%2FSN-MCP-Server)<a href="https://mcptoplist.com/server/io.github.ImJaineel%2FSN-MCP-Server"><img src="https://mcptoplist.com/badge/io.github.ImJaineel%2FSN-MCP-Server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ImJaineel
Available versions (1)
| Version | Published |
|---|---|
| 2.2.22 | Aug 9, 2026 |
Frequently asked questions
- Who maintains SN-MCP-Server?
- SN-MCP-Server is maintained by ImJaineel, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is SN-MCP-Server listed on the Official MCP Registry?
- Yes — SN-MCP-Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does SN-MCP-Server have?
- MCP Toplist tracks 1 version of SN-MCP-Server, most recently published on Aug 9, 2026.
- Where can I find the source code for SN-MCP-Server?
- The source code for SN-MCP-Server is hosted at github.com/ImJaineel/SN-MCP-Server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.