1. Conduid
  2. Developer Tools
  3. Of X
MCP server · Developer Tools

Of X

MCP server: Of X

Unclaimed last commit a year ago devtools
37Low

Scored 3 months ago · breakdown

About Of X

Of X is an MCP server published by saifalikhan9 in the Developer Tools category: mCP server: Of X. It has been installed 0 times through Conduid.

The repository has 2 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-server-of-x

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Of X

Powered by Claude · Grounded in docs

I know everything about Of X. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

MCP Server Project

This project is a Model Context Protocol (MCP) server that integrates with the Twitter API to allow users to create posts on Twitter directly from the server.

Features

  • MCP server setup using @modelcontextprotocol/sdk.
  • Integration with Twitter API for posting tweets.
  • Dynamic greeting resource for demonstration purposes.

Demo

https://github.com/user-attachments/assets/2a9b5d52-390c-489c-a311-18052e0bdf42

Prerequisites

  1. Node.js: Ensure you have Node.js installed on your system.
  2. Twitter API Keys: Obtain API keys from the Twitter Developer Portal.
    • You will need the following keys:
      • CONSUMER_KEY
      • CONSUMER_SECRET
      • TWITTER_ACCESS_TOKEN
      • TWITTER_ACCESS_SECRET

Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd mcp
    
  2. Install dependencies:

    pnpm install
    
  3. Create a .env file in the root directory and add your Twitter API keys:

    CONSUMER_KEY="your_consumer_key"
    CONSUMER_SECRET="your_consumer_secret"
    TWITTER_ACCESS_TOKEN="your_access_token"
    TWITTER_ACCESS_SECRET="your_access_secret"
    
  4. Build the project:

    pnpm build
    

Usage

  • The server provides a tool named create-post-on-twitter that allows you to post tweets by providing the content.
  • You can also use the dynamic greeting resource for testing purposes.

Using with VS Code GitHub Copilot

To use this MCP server with GitHub Copilot in VS Code, you need to add the following mcp object to your settings.json file:

"mcp": {
  "servers": {
    "my-mcp-server-84b96f5d": {
      "command": "node",
      "args": ["/Users/Saif Ali Khan/Desktop/Project/MCP-Server-Project/mcp/build/index.js"]
    }
  }
}

This configuration ensures that the MCP server is recognized and can be utilized by GitHub Copilot for enhanced functionality.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Of X

How do I install Of X?

Run npx mcp-server-of-x, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Of X safe to use with an AI agent?

Its trust score is 37 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Of X still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.