
mkinf
mkinf SDK to interact with mkinf hub MCP servers
Repository Info
About This Server
mkinf SDK to interact with mkinf hub MCP servers
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
mkinf SDK
!PyPI - Version
The mkinf SDK is a powerful toolkit that allows you to easily integrate MCP servers into your applications. With mkinf, you can access a growing ecosystem of specialized AI capabilities through a simple, unified interface.
Getting Started
Follow these steps to start using mkinf in your projects:
1. Create a mkinf Account
Sign up for a free account at hub.mkinf.io/signup.
2. Configure Your API Key
- Go to API Keys settings
- Create an organization if you haven't already
- Generate and copy your API key
- Add the key to your project's
.envfile:
MKINF_API_KEY=sk-org-...
3. Install the SDK
Install the mkinf SDK using pip:
pip install mkinf
For specific versions, check the PyPI repository.
4. Find an AI Agent
Browse available AI Agents at mkinf hub and select an agent that matches your use case
!image
5. Import and Use the Agent
Check the "Use Agent" section of your chosen repository for import instructions
!image
Import the agent into your code
from mkinf import hub as mh
tools = mh.pull(
["ScrapeGraphAI/scrapegraphai"],
env={
"SCRAPEGRAPH_LLM_MODEL": "openai/gpt-4o-mini",
"SCRAPEGRAPH_LLM_API_KEY": os.getenv("OPENAI_API_KEY")
}
)
NOTE
Remember to configure any required environment variables specified in the agent's documentation.
Current Limitations
WARNING
Currently, mkinf tools are compatible with LangChain chains and graphs. Support for other frameworks like CrewAI, AutoGen, and SmolAgents is coming soon.
Example
You can run the included Streamlit example to see mkinf in action:
uv run sync --dev
uv run example
Quick Start
Clone the repository
git clone https://github.com/mkinf-io/mkinfInstall dependencies
cd mkinf
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.