Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Client Server Demo

FreeNot checked

Client Server Demo — Model Context Protocol server

GitHubEmbed

About

Client Server Demo — Model Context Protocol server

README

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default tseslint.config({
  languageOptions: {
    // other options...
    parserOptions: {
      project: ['./tsconfig.node.json', './tsconfig.app.json'],
      tsconfigRootDir: import.meta.dirname,
    },
  },
})
  • Replace tseslint.configs.recommended to tseslint.configs.recommendedTypeChecked or tseslint.configs.strictTypeChecked
  • Optionally add ...tseslint.configs.stylisticTypeChecked
  • Install eslint-plugin-react and update the config:
// eslint.config.js
import react from 'eslint-plugin-react'

export default tseslint.config({
  // Set the react version
  settings: { react: { version: '18.3' } },
  plugins: {
    // Add the react plugin
    react,
  },
  rules: {
    // other rules...
    // Enable its recommended rules
    ...react.configs.recommended.rules,
    ...react.configs['jsx-runtime'].rules,
  },
})

from github.com/Yuyz0112/mcp-client-server-demo

Installing Client Server Demo

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/Yuyz0112/mcp-client-server-demo

FAQ

Is Client Server Demo MCP free?

Yes, Client Server Demo MCP is free — one-click install via Unyly at no cost.

Does Client Server Demo need an API key?

No, Client Server Demo runs without API keys or environment variables.

Is Client Server Demo hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Client Server Demo in Claude Desktop, Claude Code or Cursor?

Open Client Server Demo on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Client Server Demo with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs