Allows installation of the MCP server through the npm package manager with the 'mcp-client-router' package.
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., "@MCP Declarative Servercreate a tool that converts temperatures between Celsius and Fahrenheit"
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.
MCP Declarative Server
A utility module for creating Model Context Protocol (MCP) servers declaratively.
Installation
Related MCP server: MCP Server Starter
Usage
API Reference
MCPDeclarativeServer
Options
name(string): The name of the serverversion(string): The version of the servertools(array): An array of tool definitionsprompts(array): An array of prompt definitionsresources(array): An array of resource definitions
Tool Definition Format
Prompt Definition Format
Resource Definition Format
License
ISC