use-mcp
No description available.
File Explorer
Download Latest Version (.zip)- check.yml
- ci.yml
- publish.yml
- pre-commit
- index.ts
- build.spec.ts
- chat.spec.ts
- vite.svg
- update-models.ts
- AssistantMessage.tsx
- ChatMessage.tsx
- ErrorMessage.tsx
- ReasoningMessage.tsx
- ToolCallMessage.tsx
- ToolResultMessage.tsx
- ApiKeyModal.tsx
- ChatApp.tsx
- ChatInput.tsx
- ChatNavbar.tsx
- ChatSidebar.tsx
- ConversationThread.tsx
- McpServerModal.tsx
- McpServers.tsx
- ModelSelectionModal.tsx
- ModelSelector.tsx
- OAuthCallback.tsx
- PkceCallback.tsx
- ProviderModelsModal.tsx
- models.json
- useAutoscroll.ts
- useConversationUpdater.ts
- useIndexedDB.ts
- useModels.ts
- useStreamResponse.ts
- useTheme.ts
- github.css
- markdown.css
- scrollbar.css
- index.ts
- models.ts
- apiKeys.ts
- auth.ts
- debugLog.ts
- modelOptions.ts
- modelPreferences.ts
- App.tsx
- consts.ts
- index.css
- main.tsx
- vite-env.d.ts
- .env.example
- .gitignore
- .prettierrc
- AGENT.md
- eslint.config.js
- index.html
- MODEL_SELECTOR_GUIDE.md
- package.json
- playwright.config.ts
- pnpm-lock.yaml
- README.md
- tailwind.config.js
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- tsconfig.worker.json
- vite.config.ts
- wrangler.jsonc
- vite.svg
- McpServers.tsx
- OAuthCallback.tsx
- github.css
- scrollbar.css
- App.tsx
- index.css
- main.tsx
- vite-env.d.ts
- .gitignore
- .prettierrc
- AGENT.md
- eslint.config.js
- index.html
- package.json
- pnpm-lock.yaml
- README.md
- tailwind.config.js
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- vite.config.ts
- wrangler.jsonc
- index.ts
- .gitignore
- biome.json
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- worker-configuration.d.ts
- wrangler.jsonc
- .gitkeep
- index.ts
- .gitignore
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- worker-configuration.d.ts
- wrangler.jsonc
- pre-commit
- browser-provider.ts
- callback.ts
- types.ts
- index.ts
- README.md
- types.ts
- useMcp.ts
- assert.ts
- index.ts
- mcp-connection.test.ts
- mcp-connection.test.ts.old
- server-configs.ts
- test-utils.ts
- global-setup.ts
- global-teardown.ts
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- vitest.config.ts
- .gitignore
- .prettierignore
- .prettierrc
- AGENT.md
- LICENSE
- oranda.json
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- wrangler.jsonc
# Installation Guide
1. Get the code
git clone https://github.com/modelcontextprotocol/use-mcp
Downloads the entire project code from GitHub to your computer.
cd use-mcp
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install use-mcp
Downloads and installs the libraries listed in package.json.
pnpm add use-mcp
Type this command into your terminal and run it.
yarn add use-mcp
Type this command into your terminal and run it.
pnpm dev
Starts the development/run server.
cd test && pnpm test # Run tests headlessly (default)
Moves into the project folder you just downloaded.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
