MCP Server Template
About
A starter template for building a Model Context Protocol (MCP) server using TypeScript and Node.js.
Details
- Author
- iranimij
- Categories
- Developer Tools
Jump to
Setup
Install MCP Server Template in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/iranimij/mcp-node-server
Follow the installation instructions in the repository README, then restart your MCP client.
A remote Model Context Protocol (MCP) server for integrating with theMagento 2 MCP server module. This library provides a CLI server that exposes tools for demonstration and for fetching product details from a Magento backend. It is intended to be used in conjunction with the Magento 2 module to enable AI and remote automation features for your Magento store.
npm install -g @iranimij/magento-mcp-remote-server
git clone <this-repo-url> cd mcp npm install npm run build && npm run bundle
Add the following to your cursor MCP settings:
"testServer": { "command": "npx", "args": ["@iranimij/magento-mcp-remote-server"], "env": { "MAGENTO_API_URL": "https://app.magento.test/", "MAGENTO_ADMIN_USERNAME": "admin", "MAGENTO_ADMIN_PASSWORD": "admin1234" } },
- MAGENTO_API_URL(required): The base URL of your Magento API (e.g.,https://your-magento-site.com).
- (Optional) You may add authentication headers inindex.tsif your Magento API requires a token.
This server exposes the following tools. Click each tool for detailed documentation:
- get-product-details: Fetch product details for a given product ID from the Magento API.
- get-todays-orders: Fetch all orders placed today from the Magento API.
- create-customer: Create a new customer in Magento.
- create-simple-product: Create a new simple product in Magento.
- search-product-details: Search for product details by SKU, name, or ID from the Magento API.
Below is an example output for a product search using thesearch-product-detailstool:
- Written in TypeScript. Source insrc/.
- Easily extensible with custom tools.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
Local stdio MCP server that lets AI coding agents read and maintain structured architecture, rules, and decisions directly from your repository.
Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Remote, no-auth MCP server providing AI-powered codebase context and answers
Instead of direct calling MCP tools, mcpcode server transforms MCP tool calls into TypeScript programs, enabling smarter, lower-latency orchestration by LLMs.
Help agents automatically write and test stories for your UI components
Official Svelte MCP server, provides docs and suggestions on the generated code.
Supercharge your Agent with Semantic Code Intelligence and save 💰 in the process!
Execute any LLM-generated code in the YepCode secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





