oxlint-mcp
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., "@oxlint-mcpcheck this file for linting errors"
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.
oxlint-mcp
MCP server for Oxlint.
Similar to @eslint/mcp, but with oxlint!
MCP Setup
This package is meant to be configured as an MCP server in your editor/agent client.
VS Code
Create .vscode/mcp.json in your project:
{
"servers": {
"Oxlint": {
"type": "stdio",
"command": "npx",
"args": ["oxlint-mcp@latest"]
}
}
}Cursor
Create .cursor/mcp.json in your project:
{
"mcpServers": {
"oxlint": {
"command": "npx",
"args": ["oxlint-mcp@latest"],
"env": {}
}
}
}Optional global configuration: ~/.cursor/mcp.json
Windsurf
Add this to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"oxlint": {
"command": "npx",
"args": ["oxlint-mcp@latest"],
"env": {}
}
}
}Related MCP server: MOIDVK
Troubleshooting
In VS Code, run
MCP: List Serversand check server logs withShow Output.Run
npx oxlint-mcp@latestdirectly in terminal to confirm the server can start.Ensure Node.js and
npxare available in the same environment as your MCP client.
License
Apache-2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server for advanced code analysis and editing with semantic search capabilities, enabling AI assistants to perform complex code operations through a standardized interface.Last updated151
- Alicense-qualityDmaintenanceA comprehensive Model Context Protocol (MCP) server that provides 37+ intelligent development tools across JavaScript/TypeScript, Rust, and Python with security-first design and high-performance features.Last updated291MIT
- AlicenseAqualityCmaintenanceAn MCP server that exposes Pyright language server functionality for Python, providing tools for type checking, code completions, and finding definitions. It enables AI models to perform static analysis and code formatting through the Model Context Protocol.Last updated7MIT
- AlicenseAqualityDmaintenanceA lightweight MCP server that provides 40 tools for TypeScript/JavaScript refactoring and code intelligence, directly mapping to TypeScript's tsserver protocol commands for accurate structural changes and workspace analysis.Last updated40543MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Official MCP server for Lovable, the AI-powered full-stack app builder.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/seo-rii/oxlint-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server