MCP Directory
Back

SmartModelcontextprotocol

by jurgen-paul · TypeScript · ★ 0

SmartModelcontextprotocol — MCP server.

Install

npx -y github:jurgen-paul/SmartModelcontextprotocol

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "smartmodelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:jurgen-paul/SmartModelcontextprotocol"
      ]
    }
  }
}

From the README

A repository of servers and clients from the following Model Context Protocol tutorials: - [Quickstart](https://modelcontextprotocol.io/quickstart) – a simple MCP weather server - [Building MCP clients](https://modelcontextprotocol.io/tutorials/building-a-client) – an LLM-powered chatbot MCP client Source: https://modelcontextprotocol.io/clients A list of applications that support MCP integrations This page provides an overview of applications that support the Model Context Protocol (MCP). Each client may support different MCP features, allowing for varying levels of integration with MCP se…
Read full README on GitHub →

Related other servers