mcp-servicenow
v1.0.0
Published
ServiceNow MCP server for Claude AI integration
Maintainers
Readme
ServiceNow MCP Server
A ServiceNow MCP server for Claude AI integration, providing tools for incident management, email handling, and service requests.
Installation
Install globally using npm:
npm install -g mcp-servicenowUsage
- Create a
.envfile with your ServiceNow credentials:
SERVICE_NOW_INSTANCE=your-instance
SERVICE_NOW_USERNAME=your-username
SERVICE_NOW_PASSWORD=your-password- Start the server:
mcp-servicenow- Configure Claude AI to use this MCP server:
{
"mcp": {
"url": "http://localhost:3000",
"protocolVersion": "2025-06-18"
}
}Available Tools
- Create incidents in ServiceNow
- Manage service requests
- Send and manage emails
- Browse ServiceNow catalog
- Request catalog items
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
