Prodex JS MCP Server is a JavaScript library designed to elevate coding experiences by integrating component-level and page-level prompts, along with basic vision capabilities. It enables developers to interact with their code in innovative ways, such as asking questions about what is displayed on the screen.
To integrate Prodex JS into your project, add the following script to the head of your HTML file:
<script name="prodex" src="http://cdn.jsdelivr.net/gh/tarasyarema/[email protected]/core.min.js?k=test"></script>
k
to load magic components (omit for production builds).@v0.1.4
with @master
for the latest version (may be less stable).Add the following configuration to your MCP setup:
{
"mcpServers": {
"prodex": {
"url": "https://prodex-api.onrender.com/mcp/sse?api_key=sk_test"
}
}
}
sk_test
as the api_key
for testing purposes.Ensure you have Claude version 0.2.54
or above, then run:
claude mcp add prodex --transport sse https://prodex-api.onrender.com/mcp/sse?api_key=sk_test
Explore the source code in the core.js
file.
Contributions are welcome! Open a PR or contact Taras Yarema on LinkedIn for questions.
Prodex JS is licensed under the MIT License. See LICENSE for details.
Prodex JS MCP Server is the ultimate tool for enhancing coding workflows with advanced prompts and vision capabilities.