A Universal MCP Application: universal_mcp_applications
Project description
Universal MCP Applications
A collection of 80+ installable application wrappers for the Universal MCP framework.
This package provides a unified collection of all individual Universal MCP applications. It allows you to install every available tool at once and use them either as Python libraries in your own code.
Installation
It is recommended to use uv for faster installation.
# Recommended using uv
uv pip install universal-mcp-applications
# Or using standard pip
pip install universal-mcp-applications
Usage
The primary way to use the tools in this package is give below :-
1. As a Library
Each application can be imported and used directly in your Python projects. This is useful for integrating with other scripts or building more complex workflows.
Example:
from universal_mcp_applications.falai import FalaiApp
from universal_mcp.utils import process_output
# Instantiate the application
# You may need to provide credentials via an integration
app = FalaiApp()
# Call a method
result = app.some_method(param1="value1")
# Process and print the output
process_output(result)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file universal_mcp_applications-0.1.42rc7.tar.gz.
File metadata
- Download URL: universal_mcp_applications-0.1.42rc7.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cc5a11061c704b395d14bf775ef771b13312a79441fa45b09cecdbc449657d8
|
|
| MD5 |
88bba59586eb7c6b068652e392ca7e85
|
|
| BLAKE2b-256 |
905557e8dc770133781d8bb119a1c97eab659df80166f56a45c1f1745ba093ed
|
File details
Details for the file universal_mcp_applications-0.1.42rc7-py3-none-any.whl.
File metadata
- Download URL: universal_mcp_applications-0.1.42rc7-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e55627afc32c9fc2e3ca127118f34a3cf77be72c71ab8612c04a9e858bfbd7d
|
|
| MD5 |
6d0715380b06bcecb49a20631807adf8
|
|
| BLAKE2b-256 |
3c800b38f4cd2dbf969edd60ecb33b68648ddd482b3b3842250bc0539bcb75f8
|