IDE Output Reader MCP Server
Provides tools for reading Jest test results, monitoring test files, checking test status, and notifying about test failures.
Click on "Deploy 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., "@IDE Output Reader MCP Servershow me the latest test results"
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.
IDE Output Reader MCP Server
A Model Context Protocol (MCP) server for reading IDE output, test results, and problems from development environments.
Features
Test Results Reading: Read Jest test output and results
Problem Detection: Read linter errors and IDE problems
Test Monitoring: Monitor test files for changes
Status Checking: Check current test status
Failure Notifications: Notify about test failures
Related MCP server: @belal-elsabbagh-apex/copilot-mcp
Installation
npm install -g ide-output-reader-mcpUsage
With Cursor IDE
Add to your .cursor/mcp.json:
{
"mcpServers": {
"ide-output-reader": {
"command": "node",
"args": ["C:\\path\\to\\ide-output-reader-mcp\\dist\\index.js", "--transport=stdio"],
"cwd": "C:\\path\\to\\ide-output-reader-mcp",
"trusted": true,
"autoAllow": true,
"allowAllTools": true,
"trustedTools": [
"readTestResults",
"readProblemsWindow",
"startTestWatcher",
"checkTestStatus",
"notifyTestFailure"
]
}
}
}Available Tools
readTestResults- Read Jest test output and resultsreadProblemsWindow- Read linter errors and IDE problemsstartTestWatcher- Start monitoring test filescheckTestStatus- Check current test statusnotifyTestFailure- Send test failure notifications
Development
# Install dependencies
npm install
# Build
npm run build
# Run in development
npm run devLicense
MIT
Related MCP Connectors
Manage files and folders directly from your workspace. Read and write files, list directories, cre…
Discover software problems, analyze evidence, and create implementation-ready Build plans.
Search, read, and automate TextMine documents, records, workflows, integrations, and agent tasks.
Develop, manage, and debug Railway projects, services, and deployments from within agents.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceBridges Xcode and Cursor to provide real-time access to build errors, warnings, and debug output from Xcode's DerivedData, enabling automated error analysis and fixes directly within Cursor.-
- FlicenseNot gradedqualityAmaintenanceEnables EHR Copilot operations such as order cloning, queue building, and execution trace analysis over stdio.-
- AlicenseNot gradedqualityCmaintenanceEnables AI-powered IDEs to read PDF and DOCX files directly, supporting structured output in Markdown, JSON, or plain text.MIT
- AlicenseNot gradedqualityCmaintenanceEnables remote shell command execution and file operations with restricted/unrestricted modes, background tasks, safe editing, and code search.MIT