mcp-example
Example project for Mcp
pinned to #a0f37a7updated 3 months ago
Ask your AI client: “install mcps/mcp-example”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/mcp-examplemetahub onboarded this repo on the author's behalf.
If you own github.com/ComposioHQ/composio on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
29,169
Last commit
3 months ago
Latest release
published
- #agentic-ai
- #agents
- #ai
- #ai-agents
- #aiagents
- #composio
- #developer-tools
- #example
- #function-calling
- #gpt-4
- #javascript
- #js
- #llm
- #llmops
- #mcp
- #python
- #remote-mcp-server
- #sse
- #typescript
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.a0f37a7· 3 months ago
Behavioral checks haven't run yet: the sandbox couldn't execute this artifact (it may need credentials we don't provide, or an unsupported build). An environment limit, not a verdict.
Documentation
4 passed1 warningDescription qualitywarn
Only 4 words · 23 chars — more detail helps discovery
Tell consumers what this artifact does in a full sentence.
README is present and substantial
8,800 chars · 8 sections · 7 code blocks
Tags / topics declared
19 total — composio, example, mcp, agentic-ai, agents, ai (+13)
README has usage / example sections
found: Quickstart
Homepage / docs URL declared
https://docs.composio.dev
Release history
1- releasecurrenta0f37a7warn3 months ago
Contents
This example demonstrates how to use Composio SDK for mcp.
Setup
-
Install dependencies:
pnpm install -
Configure environment:
cp .env.example .envThen edit
.envand add your API keys:COMPOSIO_API_KEY: Get it from Composio Dashboard
Running the Example
# Run the example
pnpm start
# Run in development mode (with file watching)
pnpm dev
What This Example Does
- Initializes Composio SDK
- Fetches available tools
- Demonstrates basic usage patterns
Customization
Edit src/index.ts to:
- Add specific apps you want to integrate with
- Implement your business logic
- Add error handling and logging
Related Examples
- OpenAI Example - Shows integration with OpenAI
- LangChain Example - Shows integration with LangChain
- More Examples - Browse all available examples
Support
Reviews
No reviews yet. Be the first.
Related
vercel-example
Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into action.
google-example
Example project for Google GenAI
Agno
The programming language for agentic software.
mh install mcps/mcp-example